Comment on Google’s Official Profanity APIComments−latch15yI once tried to create a list of basic patterns...always thought it'd be more useful than it turned out to be:https://github.com/mogade/badwords/blob/master/en.txt−peteretep15yCPAN, as always, to the rescue:http://search.cpan.org/~abigail/Regexp-Common-2011041701/lib...−vbar15yIt's repetitive - when you're checking e.g. for (ph|f)u(c|k|ck|q), there's no need to check cyb[e3]r(ph|f)u(c|k|ck|q) as well...−pavel_lishin15y> fixed some broken patterns, added check for dickMy stepfather would be most displeased if he couldn't use his name.−Terretta15y5hit, that's a fuhked up list.
Comments
I once tried to create a list of basic patterns...always thought it'd be more useful than it turned out to be:
https://github.com/mogade/badwords/blob/master/en.txt
CPAN, as always, to the rescue:
http://search.cpan.org/~abigail/Regexp-Common-2011041701/lib...
It's repetitive - when you're checking e.g. for (ph|f)u(c|k|ck|q), there's no need to check cyb[e3]r(ph|f)u(c|k|ck|q) as well...
> fixed some broken patterns, added check for dick
My stepfather would be most displeased if he couldn't use his name.
5hit, that's a fuhked up list.