Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-06-06 01:06
Flavor·ECMAScript (JavaScript)

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

Description

List of phone numbers separated by commas 241 214 2414,(214) 224 4244, 214/224 4224,2142244244

Submitted by anonymous