Quote:
Today at 01:53 PM drumsy said this in Post #7
Is there a brief tutorial you can give on modifying the $patterns array?
|
Hmm...
To do simple matches you can just type in phrases that look like this:
"/I am leaving this forum/i"
Your pattern should start with
/ and it should end with
/i. That will make it case insensitive. This will match any post containing the above statement. You can add as many simple patterns as you want without getting fancy.
But if you want to get fancy, I suggest a little light reading on regular expressions:
http://www.living-source.com/user/ad..._tutorial.html
http://gnosis.cx/publish/programming...pressions.html