pub fn split_text_into_words(text: &str) -> Words
Splits the text by whitespace into logical units (word, tab, return, whitespace).