Update README.md (#7)

1 file changed
tree: 1ea39cfb77908dcc3717c7fe19627bef43f7a7cf
  1. lib/
  2. test/
  3. third_party/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
README.md

Build Status

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. It also has a set of utility functions for inspecting and modifying strings without breaking up graphemes clusters.