Hi all, I was wondering if anyone knew of a php script which could parse a flat file for profanity/vulgarity and do some sort of pattern matching against user-entered data. I want to basically be able to stop people from making certain kinds of usernames or names like them. For example, if I put s**t in the flat file, I'd like it to match that word even if they put a 1 as the I, or even if they put 333 at the end, for example. I could probably work out a passable filter, but if there's a really good one out there then please point me in that direction.
Thanks!
Promeus