Regular Expressions 101

Community Patterns

Timestamp from json

1

Regular Expression
PCRE (PHP <7.3)

/
(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\+\d{4})
/

Description

no description available

Submitted by Thomas Khalil - 9 years ago