Tagged Questions

4
votes
12answers
2k views

“bad words” filter

Not very technical, but... I have to implement a bad words filter in a new site we are developing. So I need a "good" bad words list to feed my db with... any hint / direction? Looking around with …
1
vote
5answers
480 views

Regex - Match ( only ) words with mixed chars

Hi all! :) i'm writing my anti spam/badwors filter and i need if is possible, to match (detect) only words formed by mixed characters like: fr1&nd$ and not friends is this possible with …