Library of string helper functions
npm install util.string> Library of string helper functions





This module uses yarn to manage dependencies and run scripts for development.
To install as an application dependency:
```
$ yarn add util.string
To build the app and run all tests:
``
$ yarn run all
#### functions
- capitalize
- hashCode
- join
- parseList
- regexIndexOf
- rstrip
- splitInTwo
- splitNL
- trim
These functions, with the exception of join, are also monkey patched in the String.prototype, so they have a .{function}` equivalent on strings.