first-word-from ( start str -- i )
Word and grapheme breaks

Prev:first-word ( str -- i )
Next:last-word ( str -- i )


Vocabulary
unicode

Inputs
startindex
stra string


Outputs
iindex


Word description
Finds the index of the end of the first word in the string, starting from the given index.

Definition