Expand description
Parser for resharp regex patterns.
Converts regex pattern strings into the node representation used by resharp-algebra.
Structs§
- Resharp
Error - Resharp
Parser - RE# syntax parser based on the regex-syntax crate.
Enums§
Functions§
- escape
- escapes all resharp meta characters in
text. - escape_
into - escapes all resharp meta characters in
textand appends tobuf. - is_
escapeable_ character - is_
meta_ character - parse_
ast