Handbook
Glossary
>words ( str -- words )
Word and grapheme breaks
Prev:
last-word-from ( end str -- i )
Vocabulary
unicode
Inputs
str
a
string
Outputs
words
an array of strings
Word description
Divides the string up into words.
Definition
USING:
unicode.private
;
IN:
unicode
:
>words
( str -- words )
[
first-word
]
>pieces
;