pub fn glob_match(pattern: &str, text: &str) -> bool
Simple glob pattern matching supporting * and ?.
*
?