Hi All
I have the following requirement on the blogging site which we are
developing --->
If a user posts a blog and they use words which are not allowed, then
these words should be replaced by empty space.
For this we have to maintain the list of such words ( bad words
hopefully :-)) in the sql server 200 db. And every time the author
posts/edits a blog we should replace the bad words with empty space.
How can we compare the posted blog text with some words in a db table?
What is a good way of doing this?
If any one has experience / ideas/ suggestions on this , then please do
reply.
Regards
Swati