1.1.0 • Published 8 years ago

iyucef-sensitive-words v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

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 ***
1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago