Differences
This shows you the differences between the selected revisions of the page.
| 2012-05-05 | 2012-05-05 | ||
| removing false statement on recursive path masks (martin) | typos (martin) | ||
| Line 18: | Line 18: | ||
| | ''[a-z]'' | Matches one character from the range. | ''index_[a-z].html'' | | | ''[a-z]'' | Matches one character from the range. | ''index_[a-z].html'' | | ||
| - | All other characters are treated literally (except for special characters used in contructs decribed 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 (''*?['') enclose it into set pattern, e.g. ''filewithstar[*]''. | ||