Filter obscene language - build my own?

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!
 
T

Tampa.NET Koder

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.
 
J

John Timney \(ASP.NET MVP\)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top