Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-07 12:34
Updated·2023-03-07 12:55
Flavor·Python

r"
^posix(\d*)$|^((\d\d).(\d\d)(.(\d\d\d\d))?)?T((\d\d)(:(\d\d))?)?$
"
gm
Open regex in editor

Description

Simple datetime expression for [DD.MM[.YYYY]]T[hh[:mm]]

Submitted by anonymous