Regular Expressions 101

Community Patterns

ISO 8601 Date Format

0

Regular Expression
ECMAScript (JavaScript)

/
(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z)?
/
gm

Description

Regex Matching ISO format

Submitted by anonymous - 6 years ago