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