Differences
This shows you the differences between the selected revisions of the page.
| 2013-04-22 | 2013-05-29 | ||
| restriction on combining masks apply to .net methods too (martin) | surround instead of enclose (martin) | ||
| Line 20: | Line 20: | ||
| All other characters are treated literally (except for special characters used in the constructs described below). | All other characters are treated literally (except for special characters used in the constructs described below). | ||
| - | To escape character with special meaning in patterns (''*?['') enclose it into set pattern, e.g. ''filewithstar[*]''. | + | To escape character with special meaning in patterns (''*?['') surround it by set pattern, e.g. ''filewithstar[*]''. |
| ===== [[size_time]] Size and Time Constraints ===== | ===== [[size_time]] Size and Time Constraints ===== | ||