Expand description
Implements parsing for shell glob and extglob patterns.
Enums§
- Extended
Glob Kind - Represents the kind of an extended glob.
Functions§
- pattern_
to_ regex_ str - Converts a shell pattern to a regular expression string.
- regex_
char_ needs_ escaping - Returns whether or not a given character needs to be escaped in a regular expression.