Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-06-29 14:13
Flavor·PCRE2 (PHP)

/
([+]\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
Open regex in editor

Description

international telephone number incl. european notation

Submitted by Florian Ledeboer