Module brush_parser::pattern
source · Expand description
Implements parsing for shell glob and extglob patterns.
Enums§
- Represents the kind of an extended glob.
Functions§
- Converts a shell pattern to a regular expression string.
- Returns whether or not a given character needs to be escaped in a regular expression.