Vocabularyunicode.breaksInputs and outputs| start | an index |
| str | a string |
| i | an index |
Word descriptionFinds the length of the first grapheme of the string, starting from the given index. This can be used repeatedly to efficiently traverse the graphemes of the string, using slices.
Definition