Regular Expressions 101

Community Patterns

Dutch mobile phone number

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(((\\+31|0|0031)6){1}[1-9]{1}[0-9]{7})$
/
i

Description

no description available

Submitted by anonymous - 3 years ago