|
Majordomo-Users (April 2003) |
Bob Bish wrote: > Is there way to make an entry in taboo body or headers so it's not > case sensitive? That is: > > /word/ > > would also match: > > /Word/ > /WORD/ > > etc. Append an i to the end of the regular expression. So you'd want: /word/i Chad Martin References:
|