pub fn ends_with_word(input: &str, target: &str) -> bool
Returns true when the last normalized word matches the target.
true