Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-08-14 09:31
Flavor·PCRE2 (PHP)

/
^(?:19|20)\d\d-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])(?:T(?:[01][0-9]|2[0-3]):[0-5][0-9](?::[0-5][0-9])?(?:\.\d+)?(?:[+-][01][0-9]:[0-5][0-9]|Z)?)?$
/
gm
Open regex in editor

Description

Submitted by anonymous