Title |
Test
Find
Signed Integer
|
Expression |
^(\+|-)?\d+$ |
Description |
Matches any signed integer. |
Matches |
-34 | 34 | +5 |
Non-Matches |
abc | 3.1415 | -5.3 |
Author |
Rating:
Steven Smith
|
Source |
http://www.aspalliance.com/wiseasp/aboutregularexpression.asp |
Your Rating |
|
Title: Problem
Name: pavan
Date: 5/20/2008 3:02:03 AM
Comment:
this RExp is working in C#.net but not in ASP.NET