Regular Expressions 101

Community Patterns

Dutch mobile number

0

Regular Expression
PCRE (PHP <7.3)

/
^([+]31|0031|0)-?6(\s?|-)([0-9]\s{0,3}){8}$
/
g

Description

Checks if a Dutch mobile number is in the correct format.

Submitted by anonymous - 5 years ago