Function word_count

Source
pub fn word_count(text: &str) -> u32
Expand description

Count the number of words in a given text

See words