util.string
v0.0.36
Published
Library of string helper functions
Readme
util.string
Library of string helper functions
Installation
This module uses yarn to manage dependencies and run scripts for development.
To install as an application dependency:
$ yarn add util.stringTo build the app and run all tests:
$ yarn run allOverview
This module contains custom string functions that are not part of the current javascript string library.
API
functions
These functions, with the exception of join, are also monkey patched in the String.prototype, so they have a .{function} equivalent on strings.
