split

Function split 

Source
pub fn split<'a>(text: &'a str) -> Option<Vec<Cow<'a, str>>>
Expand description

Produce all the words as a vector