remove-punctuation

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

Usage no npm install needed!

<script type="module">
  import removePunctuation from 'https://cdn.skypack.dev/remove-punctuation';
</script>

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