remove-punctuation

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i remove-punctuation

Weekly Downloads

73

Version

0.0.4

License

MIT

Last publish

Collaborators

  • derhowie