Skip to content

Unicode String version 2.3.0

Choose a tag to compare

@kipcole9 kipcole9 released this 16 Aug 00:36
· 5 commits to main since this release

Enhancements

  • Add Unicode.String.word_like?/1 which returns whether a segment contains alphabetic or numeric content, mirroring the isWordLike property of JS Intl.Segmenter word segments (ICU's word-break rule status). Apply it to segments returned by Unicode.String.split/2 with break: :word.