Skip to main content

contains_word

Function contains_word 

Source
pub fn contains_word(input: &str, target: &str) -> bool
Expand description

Returns true when the input contains the target as a full normalized word.