Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

;
\d{1,2}\-\d{1,2}\-\d{2,4}
;
gmi

Description

Find Dates from string

Submitted by anonymous - 6 years ago