Brazilian CEP

Prev Next

Brazilian CEP is the Brazilian postal code system commonly known as CEP. Introduced in 1972 as a sequence of five digits.

Validator

No validation

Matched expressions

Regex expressions

Description

Score

\b\d{5} ?\d{3}\b

Matches an 8-digit number of the format NNNNNNNN or NNNNN NNN.

1

\b\d{5}-\d{3}\b

Matches an 8-digit number of the format NNNNN-NNN.

1