0.0.3 • Published 6 years ago

js-string-utils v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

String Utility Methods

Utility functions for string operations

Installation

To install the stable version you can use npm or yarn:

Using npm:

$ npm i js-string-utils --save

Using yarn:

$ yard add js-string-utils

Usage

Include into your javascript file:

import strUtils from  'js-string-utils';

strUtils.toCamelCase('Hello World'); // returns 'helloWorld'

strUtils.toTitleCase('HELLO WORLD'); // returns 'Hello World'

Available Methods

.randomString()

.toCamelCase()

.toTitleCase()

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago