| Title |
Test
Find
Non negative real number limited to 2 decimal spaces
|
| Expression |
^0$|^0\.{1}(\d{1,2})$|^[1-9]{1}[0-9]*\.?(\d{1,2})$|^[1-9]+[0-9]*$ |
| Description |
Matches any non-negative, non-signed real number with maximum of 2 decimal spaces. The decimal is denoted by a . symbol. |
| Matches |
0.4 | 50.76 | 100 | 120.00 | 0 | 0.00 |
| Non-Matches |
+5 | .32 | 00 | 15.123 | -5 | 4. |
| Author |
Rating:
Not yet rated.
Marko Mijuskovic
|
| Source |
|
| Your Rating |
|