Regular Expressions 101

Community Patterns

Italian fix phone number

0

Regular Expression
PCRE (PHP <7.3)

/
(\((00|\+)39\)|(00|\+)39)?([[:space:]]+|\/|\_|\-|\.)?0[0-9]{1,3}([[:space:]]+|\/|\_|\-)?\d{6,8}
/
gm

Description

no description available

Submitted by anonymous - 5 years ago