Skip to content

v0.3.0

Compare
Choose a tag to compare
@alvinlindstam alvinlindstam released this 12 Aug 11:51
· 38 commits to master since this release

Added a few new functions:

  • grapheme.safe_split_index, which can find the highest grapheme boundary index in a given string without traversing the full grapheme sequence.
  • grapheme.startswith, which tests that a given string starts with the same grapheme sequence as a given prefix.
  • grapheme.endswith, which tests that a given string ends with the same grapheme sequence as a given suffix.