Kind
The type of expression represented by a RegExp node.
Entries
The union of two expressions
A sequence of two expressions
The intersection of two expressions
An optional expression
An expression that repeats
An expression that repeats a minimum number of times
An expression that repeats a minimum and maximum number of times
The complement of a character class
A Character
A Character range
A Character class (list of ranges)
Any Character allowed
An empty expression
A string expression
Any string allowed
An Automaton expression
An Interval expression
The complement of an expression.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.