0.0.4 • Published 8 years ago

remove-punctuation v0.0.4

Weekly downloads
199
License
MIT
Repository
github
Last release
8 years ago

remove-punctuation

removes punctuation as well as the symbols : &, #, $, ~, %, ^, *, , , {, and }.

Build Status

Install

$ npm install --save remove-punctuation

Usage

import removePunctuation from 'remove-punctuation';

removePunctuation('stuff!!!');
//=> 'stuff'

License

MIT © Christopher Howard