Skip to content

meajinkya/string-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

string-ops

string-ops is a simple nodejs module for all the possible string operations out there.

Usage

Clone the github repository to your local machine, copy the string-ops folder to your node-modules and require it in your nodejs app.

Example:

var s = require('./node-modules/string-ops');
var containsHi = s.contains('Hi there!', 'Hi');

This package is not yet released on npm so you won't be able to npm install yet for using it right away. This section will be updated once package is released.

To-Do

-- To be added more

License

string-ops.js is distributed under the MIT license.

About

Nodejs library for string operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published