strings 0.0.3 strings: ^0.0.3 copied to clipboard
The 'strings' is a helper for the string transformation which can be useful in the code generators (such as 'camelize', 'escape', 'underscore' etc).
strings #
Version: 0.0.3
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
- underscore
- unicode
Other useful methods will be added soon...