pub fn glob_matches(pattern: &str, name: &str) -> bool
Shell-style glob match. * matches any run of characters, ? matches one. Case-insensitive.
*
?