With * and + greedies behaves different in the below regexp patterns, why?
This is my text:
hello abcdef ghijklmc happiness<span>Lorem impsum</span> lorem
<p>Lorem impsum</p>Lorem impsum Today is Feb 23rd, 2003
This is regexp:
<[/]?[a-z].*?>
Result:
With this pattern:
<[/]?[a-z].+?>
Result: