pub fn wildcard_matches(pattern: &str, input: &str) -> bool
Returns true when the pattern matches the entire input.
true