Changeset 769 for trunk/src/corelib/tools/qregexp.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/tools/qregexp.cpp
r651 r769 524 524 525 525 In the mode Wildcard, the wildcard characters cannot be 526 escaped. In the mode WildcardUnix, the character '\ ' escapes the526 escaped. In the mode WildcardUnix, the character '\' escapes the 527 527 wildcard. 528 528 … … 3775 3775 \value WildcardUnix This is similar to Wildcard but with the 3776 3776 behavior of a Unix shell. The wildcard characters can be escaped 3777 with the character "\ ".3777 with the character "\". 3778 3778 3779 3779 \value FixedString The pattern is a fixed string. This is
Note:
See TracChangeset
for help on using the changeset viewer.