Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-01-28 21:00
Flavor·PCRE2 (PHP)

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

Description

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

Submitted by Bruno Duyé