A.2 Greedy and lazy quantifiers

Greedy Lazy
* *?
+ +?
{n, } {n, }?

A common use case of lazy quantifiers is when we need to strip from html form text all its tags: