Regular Expressions 101

Community Patterns

iso 8601 date with millisecond and timezone

0

Regular Expression
ECMAScript (JavaScript)

/
^(19\d{2}|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}(\.\d{3})?(Z|([+-]([01]\d|2[0-3]):[0-5]\d))$
/
gm

Description

no description available

Submitted by anonymous - 6 years ago