Regular Expressions 101

Community Patterns

Brazilian number phone

2

Regular Expression
PCRE (PHP <7.3)

/
([+55]{3})([(]?[0]?[1-9]{2}[)]?)[9]?([1-9]{4})-?([0-9]{4})
/

Description

no description available

Submitted by Marcos André - 8 years ago