Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(^[0]\d{10}$)|(^[\+]?[234]\d{12}$)
/
gm

Description

Regex to validate a Nigerian phone number

Submitted by Kelechi Apugo - 3 years ago