Regular Expressions 101

Community Patterns

RFC-3339

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(20\d{2})-(0[1-9]|1[0-2])-([01][\d]|3[01])[\sT]([01]\d|2[0-3]):([0-5]\d):([0-5]\d)(Z|[\+-](0[\d]|1[\d]|2[0-3]):([0-5]\d))?
/
g

Description

A regex to validate RFC-3339 timestamps

Submitted by anonymous - a year ago