Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-09-07 07:53
Flavor·ECMAScript (JavaScript)

/
^([+]?\d{1,4}[-\s]?|)\d{3}[-\s]?\d{3}[-\s]?\d{4}$
/
Open regex in editor

Description

phone number with country prefix (+ or 00) and phone number with spaces and special characters allowed

Submitted by bux