Module pattern

Module pattern 

Source
Expand description

Implements parsing for shell glob and extglob patterns.

Enums§

ExtendedGlobKind
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.