Regular Expressions 101

Community Patterns

10

entity

Python
no description available
Submitted by anonymous - 8 years ago

RFC3339 DateTime

15

Regular Expression
Recommended
PCRE (PHP <7.3)

/
^((?:(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}:\d{2}(?:\.\d+)?))(Z|[\+-]\d{2}:\d{2})?)$
/
gm

Description

Loading markdown...
Submitted by anonymous - 8 years ago