G
George Durzi
This should be easy, but I'm having a hard time with it.
I need a regular expression to validate that a number entered is a decimal
(2 decimal placed) less than 1
Valid entries are:
0.54
0.5
..5
..54
Not Valid:
1.00
..999
Thank You!
I need a regular expression to validate that a number entered is a decimal
(2 decimal placed) less than 1
Valid entries are:
0.54
0.5
..5
..54
Not Valid:
1.00
..999
Thank You!