Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?:\+?(\d{1,3}))?[\s.-]?\(?\d{1,4}\)?[\s.-]?\d{1,4}[\s.-]?\d{1,4}$
/

Description

regex to validate mobile numbers all over the world

Submitted by anonymous - 15 days ago