Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-05-16 09:00
Flavor·PCRE2 (PHP)

/
^[+]*[0-9\s]{1,4}[(]{0,1}[0-9]{1,4}[)]{0,1}[-\s\.\/0-9]*$
/
gm
Open regex in editor

Description

Improvement of the Phone Number regex pattern created by 'elishas@syncode.io'

Submitted by anonymous