Function get_word_count

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

Count the number of words in a given text

See get_words