not (!) operator in regex

  • Thread starter Thread starter Chris Kimmel
  • Start date Start date
C

Chris Kimmel

is there a not (!) operator in regex? If so, how does one use it. I
am unable to find this information.

Thanks
 
Chris said:
is there a not (!) operator in regex? If so, how does one use it. I
am unable to find this information.

There is and the character is '!'.
I cannot remember off the top of my head at the moment how to use them.
Try regexlib.com
Do a search for negative lookaheads and lookbehinds (I think thats what
theyre called)

HTH
JB
 
Back
Top