Skip to main content

words

Function words 

Source
pub fn words(text: &str) -> Vec<&str>
Expand description

Split text into a list of whitespace-delimited words.