multi-word String literals?
Posted: Thu Oct 23, 2003 7:56 pm
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
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