Available lists of words that you can use
Redact offers you a highly consumable list of words that you can use to add your blacklist or whitelist. The data structure for this list is an array of strings.
The list comes with different language, but as of now only english and filipino are supported.
Import
import { list } from '@princedev/redact';
Profanity
List of curse words, bad words, and other obscenities.
English
const englishProfanity = list.english.profanity;
list.english.profanity
- See the list here
Filipino
const filipinoProfanity = list.filipino.profanity;
list.filipino.profanity
- See the list here
Sexually Explicit
List of sexually explicit words like body parts, sexual act, and sexual content.
English
const englishSexual = list.english.sexual;
list.english.sexual
- See the list here
Filipino
const filipinoSexual = list.filipino.sexual;