Skip to main content

glob_matches

Function glob_matches 

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

Shell-style glob match. * matches any run of characters, ? matches one. Case-insensitive.