|
Subject:
|
regular expression for validating numeric value
|
|
Posted By:
|
Laxmikant_it
|
Post Date:
|
1/24/2007 2:23:39 AM
|
hi friends
what expression i can have
regular expression for validating numeric value with 2 decimals
i am using regular expression controls of asp.net
thanks
|
|
Reply By:
|
mike_remember
|
Reply Date:
|
1/24/2007 6:26:47 AM
|
Hi
Try this, ^(-)?\d+(\.\d\d)?$
Regards Mike
Fortune favours the brave, so don't regret on missed oppurtunities.
|