Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(((\+|(00))3\d)|0)\d{9}$
/
gm

Description

Allow numbers like: 0689553212 0789553212 +33689553212 +32689553212 0033689553212 0032689553212

Submitted by Bruno Duyé - 5 months ago