Regular expressions
From DKPLP Doc
A regular expression (also called regexp or regex) is a string which can specify how a string should look in order to be matched. Parts of strings can also be captured by using groups.
[edit]
External links
- Wikipedia - Regular exprssions
- Sun - Java - Regexp Tutorial
Categories: Stubs | Terms
