Regular Expressions 101

Community Library

Community Library Entry

14

Regular ExpressionOpen Workspace

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

Description
Created·2015-08-11 17:07
Type·Match
Flavor·JavaScript

Allows phone numbers with optional country code, optional special characters and whitespace

Submitted by Tlmader
Open Workspace