Franz Nope, that's not built into core, that sounds like a nice idea for an extension, though - but I haven't seen one like this being built yet. Maybe you could explain a little more about how you would want this to work?
shibu I want to filter the User generated content doesn't just contain potential swear words like, Bad words Religion Sexual acts Sexual orientation Etc...
Franz So would that be a centralized list or something that can be configured in the admin panel? What would happen to posts containing such words? Would they be prevented from being created or would the words be replaced with something else?
Franz jordanjay29 I know I could. But I want some more details from the OP so that anybody interested in implementing this extension knows what exactly is wanted.
Dominion I probably would never use it, but based on the filters I've seen: A centralized list in the admin panel where the admin can register words to be filtered. Filtering can be done in one of two ways: You could replace each letter of the blacklisted word, either with a single character (such as the asterisks suggested by jordanjay29) or with a random selection from a set of specified characters (for folks who want the more comical #%$@! effect). You could replace blacklisted words with specified replacement words. This could be a single word to replace all blacklisted terms, or a one-to-one correspondence managed in the blacklist. Optional per-user preferences to disable the filtering might be a good idea as well.