|
Match any character except newline |
|
Match any alphanumeric character |
|
Match any whitespace character |
|
Match any digit |
|
Match the beginning or end of a word |
|
Match the beginning of the string |
|
Match the end of the string |
|
Repeat any number of times |
|
Repeat one or more times |
|
Repeat zero or one time |
|
Repeat n times |
|
Repeat at least n, but no more than m times |
|
Repeat at least n times |
|
Match any character that is NOT alphanumeric |
|
Match any character that is NOT whitespace |
|
Match any character that is NOT a digit |
|
Match a position that is NOT the beginning or end of a word |
|
Match any character that is NOT x |
|
Match any character that is NOT one of the characters aeiou |