The following regular expression should work [+]?[0-9]*([.][0-9]*)? for positive floating point numbers and integers as well
[+]?[0-9]* for positive integral values. Hope this helps - Sandeep On 10/10/06, Chetan Pandey <[EMAIL PROTECTED]> wrote:
Hi All: I my Form I have a Field which expects any value greater than 0.0. I cannot find a regular expression for Positive Decimal Number greater than 0.0. There are many for positive Decimal Number including ZERO. Any suggestions please. Thanks. Chetan Pandey
-- Regards, Sandeep Gupta