Regular Expressions 101

Community Patterns

ISO 8601 timestamp

0

Regular Expression
ECMAScript (JavaScript)

/
^([1-9]\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[1-2]\d|3[0-1])T([0-4]\d|5[0-9]):([0-4]\d|5[0-9]):([0-4]\d|5[0-9])(\.\d{3})?Z$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago