Hi All,
I am looking for a regexpression pattern which matches all Strings other than -1.
Following pattern .*[^-1] works for me but it does not match -11 or -111.
So what I need is
-1 no match
-11 match
-123 match
123 match
asdfsdf match.
Thanks in Advance and Regards
Can some body help.
Start Free Trial