Chris Kimmel wrote:[color=blue]
> is there a not (!) operator in regex? If so, how does one use it. I
> am unable to find this information.[/color]
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)
"Chris Kimmel" <cdkimmel@yahoo .com> wrote in message
news:b11b59.040 6161750.47c5a1a 3@posting.googl e.com...[color=blue]
> is there a not (!) operator in regex? If so, how does one use it. I
> am unable to find this information.
>
> Thanks[/color]
Chris Kimmel wrote:[color=blue]
> is there a not (!) operator in regex? If so, how does one use it. I
> am unable to find this information.[/color]
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)
"Chris Kimmel" <cdkimmel@yahoo .com> wrote in message
news:b11b59.040 6161750.47c5a1a 3@posting.googl e.com...[color=blue]
> is there a not (!) operator in regex? If so, how does one use it. I
> am unable to find this information.
>
> Thanks[/color]
Comment