|
Regular expressions |
||
![]() |
| Introduction |
|
A regular expression is a character sequence that is an abbreviated definition of a set of strings. A string is said to match a regular expression if it is a member of the set described by the regular expression. A regular expression is allowed to match anywhere within a string, unless the regular expression is explicitly anchored to the beginning or end of the string (by use of operators ^ and/or $). |
![]() |
| Syntax |
|
The following character sequences are recognized:
|
| Webmaster |