Regular Expressions 101

Community Patterns

phoneNumber without +

0

Regular Expression
ECMAScript (JavaScript)

/
\(?([0-9]{3})\)?([ .-]?)([0-9]{3})\2([0-9]{4})
/
gm

Description

no description available

Submitted by anonymous - 3 years ago