Simple uses of quantifiers can make regexes take quadratic time unnecessarily
Suppose I want to extract all substrings of a text that consist of one-or-more letter as followed by a letter b. This is obviously both:
1. trivial to do with a single short regex
2. trivial to do in linear time
but if you try to do it with a