Regular Expressions 101

Community Patterns

Regex Mobile Number Validation Code

0

Regular Expression
PCRE (PHP <7.3)

/
^010[0169]{1}\d{7}$
/

Description

no description available

Submitted by A.K. Asik - 9 years ago