Regular Expressions 101

Community Patterns

Absolute Date format

1

Regular Expression
ECMAScript (JavaScript)

/
(20[0-9]{2}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2})((-|\+)[0-9]{2}:[0-9]{2}|)\[(\w+\/*\w*)]
/
g

Description

no description available

Submitted by Jesse Benton - 9 years ago