Displaying page
of
pages;
Items to
Title |
Test
Details
European date format
|
Expression |
([0-1][0-9]|[1-2][0-9]|[1-3][0-1])\/([0][0-9]|[1][0-2])\/(\d{4})
|
Description |
Simple regex that matches european date format with slashes.
It doesn´t validate the different number of days of each month.
|
Matches |
31/12/1987 | 10/10/2010 | 21/02/2019
|
Non-Matches |
2/5/1981 | 21/6/213 | 01/13/1900
|
Author |
Rating:
Not yet rated.
Ruben Sanchez Cid
|
Title |
Test
Details
Simple email regex
|
Expression |
^([\w-_.]+)[@]([\w-_.]+)[.](\w{2,5})$
|
Description |
Very simple regular expression that validates email format.
Designed to capture user, email client and domain.
|
Matches |
|
Non-Matches |
|
Author |
Rating:
Not yet rated.
Ruben Sanchez Cid
|
Displaying page
of
pages;
Items to