Regular Expressions 101

Community Patterns

Phone

1

Regular Expression
PCRE (PHP <7.3)

/
(\()?\d{3}(?(1)\)|-)\d{3}-\d{4}
/
g

Description

no description available

Submitted by anonymous - 9 years ago