Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
(^[A-ZÀ-Ü]{1}[a-zà-ü']+\s[a-zA-Zà-üÀ-Ü]+((([\s\.'])|([a-zà-ü']+))|[a-zà-ü']+[a-zA-Zà-üÀ-Ü']+))
|
Description |
Checks if has the first and the last name, and check the capital letters.
Use with the RegExp.test method
|
Matches |
Carlos Rodrigues | Cá de Laaa | Crras R. L. Rodrigües
|
Non-Matches |
aaäA
|
Author |
Rating:
Not yet rated.
Carlos R. L. Rodrigues
|
Title |
Test
Details
Pattern Title
|
Expression |
(^((((0[1-9])|([1-2][0-9])|(3[0-1]))|([1-9]))\x2F(((0[1-9])|(1[0-2]))|([1-9]))\x2F(([0-9]{2})|(((19)|([2]([0]{1})))([0-9]{2}))))$)
|
Description |
dd/mm/yy
Check dates between 1/1/1900 - 31/12/2099
|
Matches |
31/12/2099 | 1/1/1900 | 10/12/2003
|
Non-Matches |
05/11/3000 | 11/13/2003 | 32/04/2030
|
Author |
Rating:
Not yet rated.
Carlos R. L. Rodrigues
|
Title |
Test
Details
Pattern Title
|
Expression |
^(([0-1]?[0-9])|([2][0-3])):([0-5]?[0-9])(:([0-5]?[0-9]))?$
|
Description |
Time in 24 hours format with optional seconds
|
Matches |
12:15 | 10:26:59 | 22:01:15
|
Non-Matches |
24:10:25 | 13:2:60
|
Author |
Rating:
Carlos R. L. Rodrigues
|
Displaying page
of
pages;
Items to