remove-punctuation
v0.0.4
Published
removes punctuation as well as the symbols: &, #, $, ~, %, ^, *, [, ], {, and }.
Downloads
416
Maintainers
Readme
remove-punctuation
removes punctuation as well as the symbols : &, #, $, ~, %, ^, *, [, ], {, and }.
Install
$ npm install --save remove-punctuation
Usage
import removePunctuation from 'remove-punctuation';
removePunctuation('stuff!!!');
//=> 'stuff'
License
MIT © Christopher Howard