Vocabularyunicode.breaksInputs and outputs| end | an index |
| str | a string |
| i | an index |
Word descriptionFinds 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