characters 0.4.0 copy "characters: ^0.4.0" to clipboard
characters: ^0.4.0 copied to clipboard

outdated

String replacement with operations that are Unicode/grapheme cluster aware.

Changelog #

0.4.0 #

  • Added an extension method on String to allow easy access to the Characters of the string:

    print('The first character is: ' + myString.characters.first)
    
  • Updated Dart SDK dependency to Dart 2.6.0

0.3.1 #

  • Added small example in example/main.dart
  • Enabled pedantic lints and updated code to resolve issues.

0.3.0 #

  • Updated API which does not expose the underlying string indices.

0.1.0 #

  • Initial release
385
likes
0
pub points
99%
popularity

Publisher

verified publisherdart.dev

String replacement with operations that are Unicode/grapheme cluster aware.

Homepage

License

unknown (LICENSE)

More

Packages that depend on characters