1.1.0 • Published 8 years ago
iyucef-sensitive-words v1.1.0
Example
$ npm install iyucef-sensitive-words --save
const {sensitiveWords} = require ('iyucef-sensitive-words')
// ES2015 moudles
import {sensitiveWords} from 'sensitive-words'
const filtred = sensitiveWords(
'The new apple macbook pro will have a touchbar',
['pro', 'touchbar']
)
console.log(filtred);
// The new apple macbook *** will have a ***