S
sks
I'm a bit stuck on how to not match something in a reg ex,
Ie, if I wanted to test that a string did not begin with ABC
Do I have to use a character class and do something like this
[^(ABC)]
???
Ie, if I wanted to test that a string did not begin with ABC
Do I have to use a character class and do something like this
[^(ABC)]
???