Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-01-24 10:18
Flavor·PCRE2 (PHP)

/
^ (?:(?:\+|00)33[\s.-]?[67]|0[\s.-]?[67]) # Dialing code (?:[\s.-]*\d{2}){4} # End of the phone number $
/
gmix
Open regex in editor

Description

French mobile phone numbers

Submitted by anonymous