txtblk-0.2.0.1: Deprecated in favor of eros.

Copyright(c) 2014, Peter Harpending
LicenseBSD3
MaintainerPeter Harpending <pharpend2@gmail.com>
Stabilitynone whatsoever
Portabilityarchlinux
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Censor

Description

This library exists to censor rude, sexual, or inflammatory text. We've all accidentally texted our grandmother calling her a dirty whore.

Synopsis

Documentation

badWords :: [String] Source

The list of bad words

getBadWords :: String -> [String] Source

Check if one of the bad words is in the list, return the bad words.

check :: String -> Bool Source

Check is one of the bad words is in the list, return a boolean.