Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-07 21:39
Flavor·ECMAScript (JavaScript)

/
([+])?((\d)[.-]?)?[\s]?\(?(\d{3})\)?[.-]?[\s]?(\d{3})[.-]?[\s]?(\d{4,})
/
gm
Open regex in editor

Description

Testing international phone numbers

Submitted by Richmond