characters 0.4.0 characters: ^0.4.0 copied to clipboard
String replacement with operations that are Unicode/grapheme cluster aware.
NOTE: This package is considered experimental, and breaking API changes are to be expected.
Characters
are strings viewed as sequences of user-perceived characters,
also know as Unicode (extended) grapheme clusters.
The Characters
class allows access to the individual characters of a string,
and a way to navigate back and forth between them using a CharacterRange
.