Regular Expressions 101

Community Patterns

happy birthday

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\b(?:happ+y+\s*b(irthda|da?)y+|HBD)\b(?:\s*to\s*([^\d\s]+))?
/
gmi

Description

match hbds

Submitted by anonymous - 2 months ago