any open-source/free .NET profanity filter for website?

梦想的初衷 提交于 2019-12-03 09:48:40

What a ******* good question.

(I would have added this as a comment, but I'm a ****)

Update

Ok, here is something that might be a bit more useful:

http://james.newtonking.com/archive/2009/07/03/simple-net-profanity-filter.aspx

The above describes a simple swear filter from a list of words using regular expressions.

You could download a list of swear words from here - http://www.noswearing.com/

albeit not .net specific, here's an open source list of profane words in multiple languages you can use https://github.com/uvasoftware/yara-language-nsfw

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!