http://qs321.pair.com?node_id=406662


in reply to Re^2: Non-greedy regex behaves greedily
in thread Non-greedy regex behaves greedily

It means the belief that "antigreedifier" make the aforementioned "at least one or more" optional is wrong.

"at least one or more" /.+/ still proves wrong if there is nothing.

Cheers, Sören