I originally heard it as nongreedy. Then on references 'on the web' i saw it called as lazy. Which is it?

link|improve this question

74% accept rate
FYI: I think its lazy. – acidzombie24 Jul 6 '10 at 6:07
1  
possible duplicate of stackoverflow.com/questions/2301285 – krock Jul 6 '10 at 6:08
1  
possibly argumentative as well... i mostly refer to it as nongreedy – David Hedlund Jul 6 '10 at 6:10
How does it matter as long as the idea is conveyed? – Amarghosh Jul 6 '10 at 7:06
feedback

1 Answer

up vote 6 down vote accepted

Non-greedy, ungreedy, reluctant, minimal match, lazy etc. all refer to the same concept. Which name to use is just a matter of taste.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.