Community Patterns

Community Library Entry

2

Regular Expression
Created·2015-12-04 21:10
Flavor·PCRE (Legacy)

/
^[0-9]{2}[\s]?[0-9]{4}[-]?[0-9]{4}$
/
Open regex in editor

Description

A regex for brazilian telephones

Submitted by André Ramos (github.com/andrelramos)