pub fn regex_ends_with(pattern: &str, input: &str) -> bool
Returns true when a valid pattern matches at the end of the input.
true