Regular Expressions 101

Community Patterns

There does not seem to be anything here

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 - 4 months ago