Filter obscene language - build my own?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyone have suggestions regarding a third-party tool that can filter out
obscene language . . . or is it best to construct your own? Doesn't seem
like it would be too difficult, although I'm not sure my obscenities
vocabulary can imagine all of the possibilities.

Any advice will be appreciated!
 
This shouldn't be too hard to build. I would just roll out my own. You
have your bad words in one list in a .txt file or xml file and you can parse
use the String class to parse out these words.
 
I assume here you mean obscene language someone put sin aweb page.....if so
then use an ihttp module stream filter - its fairly easy to build one and
you can cherry pick bad words to replace within the stream and replace them
with something more appropriate.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
Back
Top