Friday, May 30, 2008

Regular Expression that accepts 0-9,space,/,+,- only

^([0-9][\ ][\/][\+][\-])*$

The below link can be used to test your regular expressions:
http://www.dotnetcoders.com/web/Learning/Regex/RegexTester.aspx

No comments: