Skip to main content

glob_matches

Function glob_matches 

Source
pub fn glob_matches(pattern: &str, input: &str) -> bool
Expand description

Returns true when the glob pattern matches the full input string.