Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^([-]?[0-9])$|^([-]?[1][0-2])$
|
Description |
I made this to validate offsets to GMT
|
Matches |
1 | -10 | 10
|
Non-Matches |
13 | -25 | 111
|
Author |
Rating:
Not yet rated.
Stewart Schatz
|
Title |
Test
Details
Pattern Title
|
Expression |
^([-]?[0-9]?(\.[0-9]{0,2})?)$|^([-]?([1][0-1])(\.[0-9]{0,2})?)$|^([-]?([1][0-3](\.[0]{0,2})))$
|
Description |
This was made for specifying GMT offsets with 2 decimal places. It will validate any number from -12 to 13 with 2 decimal places.
|
Matches |
5 | -11.99 | 12.00
|
Non-Matches |
13 | -11.999 | 12.01
|
Author |
Rating:
Not yet rated.
Stewart Schatz
|
Displaying page
of
pages;
Items to