The node to convert to RegExp
.
Other options.
Converts pattern to RegExp
.
Converts pattern to an AST.
The pattern to parse.
The root node of the parsed AST.
Traverses pattern and invokes callbacks when particular token in met.
The pattern to tokenize.
Callbacks to invoke during tokenization.
The number of chars that were successfully parsed in str
.
The pattern AST visitor.
The pattern AST root node to visit.
The set of callbacks to invoke when particular node is visited.
Generated using TypeDoc
Converts pattern AST node to regular expression.