Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.1.3
-
None
Description
It would be very nice if the QRegExp class supported both 'greedy' and 'minimal' matching within the same Regular Expression (Qt can do minimal matching, but you can't have both within one Regular Expression). Usually the operator to specify minimal matching is '?'.