Regular Expressions 101

Community Patterns

KSA Mobile Validation

0

Regular Expression
PCRE (PHP <7.3)

/
^[5][0-9]{8}$
/
g

Description

KSA Mobile Validation Start with 5 and only 9 numbers

Submitted by anonymous - 6 years ago