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

Prev:last-word ( str -- i )
Next:>words ( str -- words )


Vocabulary
unicode

Inputs
endindex
stra string


Outputs
iindex


Word description
Finds the index of the start of the word that the index is contained in.

Definition