TextCases¶
Extracts text units of a given type from a string. With "Word" it returns
the words, matching TextWords.
With "Sentence" it returns the sentences, matching TextSentences.
An optional third argument keeps only the first n results.