Regular Expressions 101

Community Patterns

Filtering phone number

0

Regular Expression
PCRE (PHP <7.3)

/
(?:[1-9]{2}\d{1,11})
/
g

Description

14 steps regex , filtering mobile number without + or 0

Submitted by anonymous - 7 years ago