Regular Expressions 101

Community Patterns

Nombres 4 chiffres

3

Regular Expression
PCRE (PHP <7.3)

/
\b\d{1}\s\d{3}(?!\s\d{3})\b
/
gm

Description

Nombres 4 chifres

Submitted by EA - 9 years ago