Regular expression
From LokDoc
(Redirected from Regular expressions)
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.
| | This article is a stub. You can help by expanding it. |
[edit]
External links
- Wikipedia: Regular exprssions
- Sun - Java: Regexp Tutorial
