Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-12-05 11:06
Flavor·PCRE2 (PHP)

/
^\+?[0-9]{0,3}-?[0-9]{7,10}$
/
gm
Open regex in editor

Description

Basic Regex to validate mobile numbers, with country code

Submitted by Ashutosh Mishra