tree: 5f8a888eaefd68c7d222b74cfe5e74c24b4a6545 [path history] [tgz]
  1. .vscode/
  2. benchmark/
  3. example/
  4. lib/
  5. test/
  6. third_party/
  7. .gitignore
  8. .travis.yml
  9. analysis_options.yaml
  10. AUTHORS
  11. CHANGELOG.md
  12. LICENSE
  13. pubspec.yaml
  14. 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 using a CharacterRange.