Function prettydiff::text::split_words [−][src]
pub fn split_words(text: &str) -> impl Iterator<Item = &str>Expand description
Split string by non-alphanumeric characters keeping delemiters
pub fn split_words(text: &str) -> impl Iterator<Item = &str>Split string by non-alphanumeric characters keeping delemiters