Skip to main content

glob_match

Function glob_match 

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

Simple glob matching (supports * and ?).