ftt-sensitive-words
v1.0.0
Published
Filter out a list of sensitive words
Downloads
1
Maintainers
Readme
npm-package demo
const senstiveWords = require('ftt-sensitive-words').default
const filtered = senstiveWords(
'The new apple macbook pro will have a touchbar',
['pro', 'touchbar']
)
console.log(filtered)
// The new apple macbook *** will have a ***