Expand description
This crate provides a RegEx parser which targets the RegEx syntax specified by EcmaScript
Structs§
- Character
Class - A class matching multiple characters or ranges of characters
- Error
- Flags
- Group
- A grouped pattern which can later be referred to
- Parser
- The actual parser that is responsible for parsing regex.
- Regex
- The structure that represents a regular expression.
- Span
- State
Enums§
- Assertion
Kind - Character
Class Member - Class
Perl Kind - Ecma
Version - Node
- The tree structure that is used to represent parsed RegEx patterns.
- Quantifier
Kind
Traits§
- Visit
- A visitor trait for
Regex
- Visit
All - A visitor trait for
Regex
which visits all nodes regardless of function overrides. - Visit
AllMut - Visit
Mut