remove-punctuation

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

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
remove-punctuation
0.0.48 years ago8 years agoMinified + gzip package size for remove-punctuation in KB

Readme

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