/string-ops

Nodejs library for string operations

Primary LanguageJavaScriptMIT LicenseMIT

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.