Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-07-23 02:30
Flavor·ECMAScript (JavaScript)

/
[\+]?\d{0,3}([(]?\d{3}[)]?[-.]?\d{3}[-.]?\d{2}[-.]?\d{2})
/
g
Open regex in editor

Description

Validate Phone number even if contain country code

Submitted by Jorge Cervantes