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

Prev:string-reverse ( str -- rts )
Next:first-word-from ( start str -- i )


Vocabulary
unicode

Inputs
stra string


Outputs
iindex


Word description
Finds the index of the end of the first word in the string.

Definition