Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 652 Bytes

File metadata and controls

15 lines (13 loc) · 652 Bytes

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.