Displaying page
of
pages;
Items to
Title |
Test
Details
Positive Number
|
Expression |
(^[0][.]{1}[0-9]{0,}[1-9]+[0-9]{0,}$)|(^[1-9]+[0-9]{0,}[.]?[0-9]{0,}$)
|
Description |
This pattern will match any positive number(Real or Integer). It will not match ZERO or any variation of zero (ie 0.00)
|
Matches |
0.003 | 34 | 6.000 | 7.3
|
Non-Matches |
0.0 | -34 | -23.00 | 0 | -0.30
|
Author |
Rating:
James Yoder
|
Displaying page
of
pages;
Items to