Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-04-27 20:11
Flavor·PCRE2 (PHP)

/
<p[^>]*>((0?[1-9]|[12][0-9]|3[01])[\/\-](0?[1-9]|1[012])[\/\-]\d{4})
/
gm
Open regex in editor

Description

<p[^>]*>((0?[1-9]|[12][0-9]|3[01])/-[/-]\d{4})

Submitted by anonymous