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'
removes punctuation as well as the symbols : &, #, $, ~, %, ^, , , , {, and }.
$ npm install --save remove-punctuation
import removePunctuation from 'remove-punctuation';
removePunctuation('stuff!!!');
//=> 'stuff'
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.