Community Patterns

Community Library Entry

3

Regular Expression
Created·2015-06-24 16:47
Flavor·ECMAScript (JavaScript)

/
^((^\+44)|^(4{2})|(^0{2}4{2})|(^0)|)([123789])\d{8,9}$
/
gmi
Open regex in editor

Description

UK Telephone Number REGEX no () and no spaces

Submitted by \JOLLY