Regular Expressions 101

Community Patterns

Lookahead/lookbehind DoB

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 - a year ago