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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i remove-punctuation

    Weekly Downloads

    149

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • derhowie