Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^[0-9]*[1-9]+[0-9]*$
|
Description |
Allows only positive integers that are greater than 0. Also allows for infinite zeros leading the integer
Based on William Powell's Pattern Title, but modified to allow for leading zeros.
|
Matches |
1 | 12 | 124 | 01 | 0012 | 000124
|
Non-Matches |
-1 | a | 1.0 | 0000
|
Author |
Rating:
John Megowan
|
Displaying page
of
pages;
Items to