|
Majordomo-Users (November 1997) |
At 10:55 AM 11/4/97 -0500, Jim Reisert wrote: :I'm trying to catch posts which contain the word 'test' but *NOT* the word :'contest' (those are OK). Unfortunately this RE is catching both: : :taboo_body << END :/\btest\b/i :END : :What am I doing wrong? Maybe add a blank space before and after? /\b test \b/i -Michael Follow-Ups:
|