Regular Expressions 101

Community Patterns

1

AsDate

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
1

4 digits

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
1

CPS

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

regex for iso 8601 date between 1970 and 2999

1

Regular Expression
PCRE (PHP <7.3)

/
^(19[789]\d|2\d{3})-((0[13578]|1[02])-([0-2]\d|3[01])|02-[0-2]\d|0[469]|11-([0-2]\d|30))T([01]\d|2[0-4])(:[0-5]\d){2}Z$
/

Description

Loading markdown...
Submitted by KurayamiNoDaiTenshi - 7 years ago