Regular Expressions 101

Community Patterns

international telephone number incl. european notation

0

Regular Expression
PCRE2 (PHP >=7.3)

/
([+]\d{1,2}|(00)\d{2,4}|\d{2})( [(]\d{1,3}[)])?[-. \/]?\d{2,6}?[-. \/]?\d{2,15}([-. \/]{1,3}\d{1,5}){0,4}
/
gms

Description

international telephone number incl. european notation

Submitted by Florian Ledeboer - 10 months ago