Regular Expressions 101

Community Patterns

Picking DOB from middle if age is in same line 3rd way

0

Regular Expression
PCRE2 (PHP >=7.3)

/
Birthday\s*(.*)\sAge\s(.*)\s*Gender\s*
/
g

Description

Picking DOB from middle if age is in same line 3rd way

Submitted by anonymous - 2 years ago