I\'ve been looking into regex lately and figured that the ? operator makes the *,+, or ? lazy. My question is how does it
?
*
+
This very much depends on the implementation, I guess. But since every quantifier I am aware of can be modified with ? it might be reasonable to implement it that way.