Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\b(?<=\"birthDate\": \")(\d{4}-\d{2}-\d{2})(?=\")\b
/
gm

Description

DoB with Lookahead and Look behind

Submitted by Arif - 2 years ago