Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
Python

r"
\d{5}-?\d{3}
"
gm

Description

Brazilian zip code verification, with 8 digits separated or not by -

Submitted by anonymous - 2 years ago