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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i strip-common-words

Weekly Downloads

2

Version

0.1.1

License

none

Last publish

Collaborators

  • doowb
  • jonschlinkert