Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-04-06 20:47
Flavor·Python

r"
\d{5}-?\d{3}
"
gm
Open regex in editor

Description

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

Submitted by anonymous