Regular Expressions 101

Community Patterns

Update of Ivory Coast Mobile phone test

1

Regular Expression
PCRE (PHP <7.3)

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

Description

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

Submitted by Alain ZIO - 9 years ago