1.0.0 • Published 6 years ago

sensitive-words-mf v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Example

$ npm install sensitive-words-mf --save
const {sensitiveWords} = require('sensitive-words-mf');
// ES2015
import {sensitiveWords} from 'sensitive-words-mf';

const filtered = 
    sensitiveWords(
        'The new Apple Macbook Pro will have touchbar',
        ['Pro', 'Touchbar']
    )

console.log(filtered)
// The new Apple Macbook ***** will have *****