util.string

Library of string helper functions

Usage no npm install needed!

<script type="module">
  import utilString from 'https://cdn.skypack.dev/util.string';
</script>

README

util.string

Library of string helper functions

build analysis code style: prettier testing NPM

Installation

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

Overview

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.