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
-...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23568865.html