Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-09-25 07:10
Flavor·PCRE (Legacy)

/
^\(?(?'prefix'\+|(?:0(?:0(?:0|1|9)?|1(?:0|1))?|119)[-. ])?(?'group'[1-9])[-. ]?(?'CC'[0-9]{0,3})\)?[)-. ](?'number'(?:[0-9]+[-. ]?)+)$
/
gm
Open regex in editor

Description

Validates all formats of phone numbers for international calls. Accepts all kinds of internationa call prefixes.

Submitted by Ādams Muzikants