by pinback » Mon May 02, 2005 2:45 pm
Why can't I figure this out...
I want to do WORD negation, instead of just character negation...
For instance, let's say I want to match any name which ISN'T "Ben", "Robb", or "Porkball"... something like...
/[^(Ben|Robb|Porkball)]/
...which doesn't work of course, but how do you do it?
Why can't I figure this out...
I want to do WORD negation, instead of just character negation...
For instance, let's say I want to match any name which ISN'T "Ben", "Robb", or "Porkball"... something like...
/[^(Ben|Robb|Porkball)]/
...which doesn't work of course, but how do you do it?