Differences
This shows you the differences between the selected revisions of the page.
2012-02-29 | 2012-02-29 | ||
fixing headings (martin) | escaping separator characters (martin) | ||
Line 21: | Line 21: | ||
All other characters are treated literally. | All other characters are treated literally. | ||
- | To escape character with special meaning (''*?['') enclose it into set pattern, e.g. ''filewithstar[*]''. | + | To escape character with special meaning in patterns (''*?['') enclose it into set pattern, e.g. ''filewithstar[*]''. |
+ | |||
+ | To escape separator character ('';,|<>'') double it, e.g. ''filewith,,comma''. | ||
===== Combining Masks ===== | ===== Combining Masks ===== |