Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-05-25 16:58
Flavor·PCRE (Legacy)

/
^((0[1-9])|(4[0-2])|(4[4-9])|(5[4-9])|(6[0-1])|6[5-7]|(7[5-9]))[0-9]{6}$
/
Open regex in editor

Description

With the new numbers such as 78 79 the regex is now updated!

Submitted by Alain ZIO