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