Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-06-13 09:25
Flavor·Python

r"
^(\d{4}(-?\d\d){2})[tT]?((\d\d:?){1,2}(\d\d)?(.\d{3})?([zZ]|[+-](\d\d):?(\d\d)))?$
"
gm
Open regex in editor

Description

designed to work specifically with the parser of the python dateutil package

Submitted by anonymous