0.1.1 • Published 10 years ago

strip-common-words v0.1.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

strip-common-words NPM version

Strip the 100 most commonly used English words from a string.

Install

npm

npm i strip-common-words --save

Usage

var stripCommon = require('strip-common-words');
console.log(stripCommon('install this module'));
//=> 'install  module'

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on July 12, 2014.