Regular Expressions 101

Enterprise

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

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

Description
Created·2017-06-13 09:25
Type·Match
Flavor·Python

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

Submitted by Anonymous
Open Workspace