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

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


Vocabulary
unicode

Inputs
stra string


Outputs
ian index


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

Definition