If you have a greedy match as the first quantifier, the whole RE will be greedy,
If you have non-greedy match as the first quantifier, the whole RE will be non-greedy.
set mydata {
    Device widget1: port: 156 alias: input2
    Device widget2: alias: input1 
    Device widget3: port: 238 alias...