pub fn wildcard_matches_case_insensitive(pattern: &str, input: &str) -> bool
Returns true when the pattern matches the entire input after lowercasing both sides.
true