Regular Expressions 101

Community Patterns

Italian phone number

0

Regular Expression
PCRE (PHP <7.3)

/
(\((00|\+)39\)|(00|\+)39)?([[:space:]]+|\/|\_|\-|\.)?(38[0-9]|34[0-9]|36[0-9]|33[0-9]|32[0-9]|39[0-9])([[:space:]]+|\/|\_|\-|\.)?\d{3}([[:space:]]+|\/|\_|\-|\.)?\d{4}
/
gm

Description

no description available

Submitted by anonymous - 5 years ago