strip-common-words

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i strip-common-words

Weekly Downloads

4

Version

0.1.1

License

none

Last publish

Collaborators

  • doowb
  • jonschlinkert