js-string-utils

0.0.3 • Public • Published

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()

Package Sidebar

Install

npm i js-string-utils

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • gbhasha