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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Regex in C# 4
Regex woes 8
Regex : handling single quotes while parsing csv file 4
regex multiplication problem 3
Regex help 1
regex replace question 1
Newbie question about Regex 8
Bug in Regex? 5

Back
Top