1.0.3 • Published 5 years ago

string_manipulations v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago