>words ( str -- words )
Word and grapheme breaks

Prev:last-word-from ( end str -- i )


Vocabulary
unicode

Inputs
stra string


Outputs
wordsan array of strings


Word description
Divides the string up into words.

Definition