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

Prev:first-word-from ( start str -- i )
Next:last-word-from ( end str -- i )


Vocabulary
unicode

Inputs
stra string


Outputs
iindex


Word description
Finds the index of the beginning of the last word in the string.

Definition