npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

strip-common-words

0.1.1

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:0
$ npm install strip-common-words
DailyWeeklyMonthlyYearly

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

  • github/jonschlinkert
  • twitter/jonschlinkert

License

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


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