Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-03-12 10:12
Flavor·ECMAScript (JavaScript)

/
((?:\+|00)[17](?: |\-|\.)?|(?:\+|00)[1-9]\d{0,2}(?: |\-|\.)?|(?:\+|00)1\-\d{3}(?: |\-|\.)?)?(0\d|\([0-9]{3}\)|[1-9]{0,3})(?:((?: |\-|\.)[0-9]{2}){4}|((?:[0-9]{2}){4})|((?: |\-|\.)[0-9]{3}(?: |\-|\.)[0-9]{4})|([0-9]{7}))
/
g
Open regex in editor

Description

no description available

Submitted by anonymous