Skip to content

jonschlinkert/strip-common-words

Repository files navigation

strip-common-words NPM version

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

Install

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published