We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0eafc0b + 9678eed commit 9a2cc74Copy full SHA for 9a2cc74
1 file changed
src/main/resources/postal-codes.json
@@ -20,7 +20,7 @@
20
"Country": "Portugal",
21
"ISO": "PT",
22
"Format": "NNNN-NNN (NNNN NNN)",
23
- "Regex": "^\\d{4}[- ]{0,1}\\d{3}$",
+ "Regex": "^\\d{4}-\\d{3}$",
24
"Example": "0000-000"
25
},
26
{
0 commit comments