Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 4.7.4
-
Component/s: Core: Other, Documentation
-
Labels:
-
Environment:Windows 7 32 bit, Qt 4.7.4 MSVC2008
Description
http://doc.qt.nokia.com/4.7/qregexp.html#greedy-quantifiers
While it is claimed in the documentation that for QRegExp::RegExp a*(a)* captures "aaa", QRegExp captures only "a" as can be seen in the attachment.