I have a regular expression validator validating a textbox.

I don't want the user to be able to key in the word "test" or "new" ignore case

so I have (\btest|\bnew, i) as the regex validation

but I need to reverse this because it will only be valid if the word test or new is PRESENT