home


Re Special Characters
index

The following examples will show special regular expression characters and matching strings.
The special sequences consist of "\" and a character from the list below. If the ordinary character is not on the list, then the resulting RE will match the second character. For example, \$ matches the character "$".

index