pub fn glob_matches(pattern: &str, input: &str) -> bool
Returns true when the glob pattern matches the full input string.
true