pub fn contains_word(input: &str, target: &str) -> bool
Returns true when the input contains the target as a full normalized word.
true