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

Prev:last-grapheme ( str -- i )
Next:>graphemes ( str -- graphemes )


Vocabulary
unicode

Inputs
endan index
stra string


Outputs
ian index


Word description
Finds the index of the start of the last grapheme of the string, starting from the given index. This can be used to traverse the graphemes of a string backwards.

Definition