Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\d{4}-\d{1,2}-\d{1,2}
/
gm

Description

regEx for simple date

Submitted by zsh - a month ago