Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-27 17:04
Flavor·PCRE2 (PHP)

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

Description

DoB with Lookahead and Look behind

Submitted by Arif