pub fn glob_to_regex(pattern: &str) -> Result<Regex, FError>
Expand description

Parse a shell glob-like pattern into a regular expression.

See the module-level documentation for a description of the pattern features supported.

Errors

Most of the crate::error::Error values, mostly syntax errors in the specified glob pattern.