Page 1 of 1

multi-word String literals?

PostPosted: Thu Oct 23, 2003 7:56 pm
by hideaway
Folks,

How do I enter a multi-word string into a regex? How, for example, would I write a regex to nuke all Subjects containing "Hello World"?

I've tried both these:

Hello World
"Hello World"


Thanks,

Joe

PostPosted: Thu Oct 23, 2003 9:38 pm
by Smite
Hello World as a subject reject should work fine.