-edit- NOTE the ? at the end of .{2,}?
?
.{2,}?
I found out you can write
Isnt that exactly the same as bel
In isolation they probably behave identical but not inside larger expressions because the lazy version is allowed to match more than two symbols.
abx abcx ^.{2,}?x$ match match ^.{2}x$ match no match