I have made an application and am wanting the users to be able to upload some objects created from this application. Is there such a thing as a "profanity filter" that can detect via code if certain "disallowed" words are part of a string? Is there a specific class for this, or is the best way to get a dictionary list and use the dictionary list to detect certain words?
↧