1.0.3 • Published 6 years ago

string_manipulations v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

2 utilities functions for Strings.

Installation...

Use npm to install:

$ npm install -g string_manipulations

Example...

First import string_manipulations like :

const stringMan = require('string_manipulations');

// Getting count of each alphaphet in provided string...

count = stringMan.alphabetCount(string);

// getting back privided string with first capital letter of all words.

str = stringMan.toUpper(string);

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago