pub fn has_regex_match(pattern: &str, input: &str) -> bool
Returns true when the pattern matches any part of the input.
true