Skip to content

Detects if a given string contains any bad words and then censors them.

License

Notifications You must be signed in to change notification settings

ChromaticParasite/TextFilter

Repository files navigation

TextFilter

Will detect if there are any bad words within a given string and then censors them. Has only been tested with the English language.

Features

  • Will detect bad words written with 1337 Speak.
  • Will detect bad words written with special symbols between the characters.

Table of Contents

File Description
Program.cs Contains tests.
TextFilter.cs The actual filter.
BadWords.txt List of all bad words to be censored.
WhiteList.text List of all white listed words that contain bad words in them, but we don't want these to be censored.

About

Detects if a given string contains any bad words and then censors them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages