pub fn extract_words(text: &str) -> impl Iterator<Item = &str>
Expand description

Extracts words from the text discarding punctuation