sensitive_words_filter

1.0.0 • Public • Published

Example

$ npm install sensitive_words_filter --save
const {sensitiveWords} = require('sensitive_words_filter')
// ES2015 modules
import {sensitiveWords} from 'sensitive_words_filter'
 
const filteredSentence = sensitiveWords('The have five apples, you have two oranges', ['apples', 'oranges'])
 
console.log(filteredSentence);
// The have five *****, you have two *****

Package Sidebar

Install

npm i sensitive_words_filter

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.79 kB

Total Files

8

Last publish

Collaborators

  • madhankumarb