Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-01-31 22:13
Flavor·PCRE (Legacy)

/
^01[0125][0-9]{8}$
/
gm
Open regex in editor

Description

  • Phone length is exactly 11
  • Phone Prefix is with in allowed ones 010, 011, 012, 015
Submitted by anonymous