A character class. In this case, the pattern matches either x, y, or z.
|
|
A character class with a range. This pattern matches a, b, any letter from j through o, or Z.
|
|
A negated character class. For example, this pattern matches any character except those in the class.
|
|
Inserts an end node causing regular expression matching to stop when reached. The value n is returned.
|