Regular Expressions 101

Community Patterns

time

0

Regular Expression
PCRE (PHP <7.3)

/
(\d{4}[-\/]{0,1}\d{2}[-\/]{0,1}\d{2})|(\d{4}[-\/]{0,1}\d{2}[-\/]{0,1}\d{2}\s\d{2}:\d{2}:\d{2})
/
g

Description

no description available

Submitted by anonymous - 7 years ago