Regular Expressions 101

Community Patterns

telephone number

0

Regular Expression
PCRE (PHP <7.3)

/
^(1){0,1}[\-|\s]?(\((?=[\d]{3}[\)]))?[\d]{3}((?<=\([\d]{3})\))?[\-|\s]?[\d]{3}[\-|\s]?[\d]{4}$
/
gm

Description

no description available

Submitted by anonymous - 6 years ago