Community Patterns

Community Library Entry

1

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

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

Description

A regex for the brazilian document named of CNPJ (Cadastro Nacional de Pessoa Jurídica)

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