Regular Expression - Block Spam

Posted by Immanuel on Stack Overflow See other posts from Stack Overflow or by Immanuel
Published on 2010-03-12T08:30:15Z Indexed on 2010/03/12 8:37 UTC
Read the original article Hit count: 176

Filed under:

Could someone lead me on finding a regular expression that blocks a comma separated list of Spam words I already have?

The regular expression needs to match a string with the spam word list I already have.

Not that it matters, but I am using PHP.

© Stack Overflow or respective owner

Related posts about regex