-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 4.7.4
-
Component/s: Documentation
-
Labels:
http://doc.qt.nokia.com/4.7/qregexp.html#code-examples
In the first sentence of the paragraph before the last one where wildcard usage is compared to regex
... using full regexps, e.g. .*.html$.
should be
... using full regexps, e.g. .*\.html$.
,i.e. the second "." should be escaped.