Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-13 19:32
Flavor·PCRE2 (PHP)

/
(?:(?:\+|00)33|0)\s*[1-9](?:[\s-]\d{2}){4}
/
gm
Open regex in editor

Description

This is an expression that will match French Phone numbers You can modify this expression to help you match your needs.

Submitted by anonymous