Redact

Redact

  • Docs
  • Help
  • Blog

›Utils

Getting Started

  • Installing Redact
  • Updating Redact

Guides

  • Blacklist
  • Whitelist
  • Redact
  • Blacklist Check
  • Blacklist Count

Utils

  • Available lists

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;

list.filipino.sexual - See the list here

Last updated on 7/23/2020 by Prince Neil Cedrick Castro
← Blacklist Count
  • Import
  • Profanity
    • English
    • Filipino
  • Sexually Explicit
    • English
    • Filipino
Redact
Docs
Getting StartedGuides
Package
NPMGitHubStar
More
HelpBlog
aws.cedi@gmail.com
Copyright © 2020 Redact