tree: 82aabdef1a03cb1ffdf255b3b7153dc027c83857 [path history] [tgz]
  1. lib/
  2. .gitignore
  3. analysis_options.yaml
  4. BUILD.gn
  5. LICENSE
  6. pubspec.yaml
  7. README.md
strings/README.md

strings

Version: 0.1.0

The ‘strings’ is a helper for the string transformations which can be useful in the code generators (such as ‘camelize’, ‘escape’, ‘underscore’ etc).

Currently supports the following methods:

  • camelize
  • capitalize
  • escape
  • isLowerCase
  • isUpperCase
  • join
  • printable
  • reverse
  • startsWithLowerCase
  • startsWithUpperCase
  • toUnicode
  • underscore

Other useful methods will be added soon...