Skip to content

Commit 9a2cc74

Browse files
authored
Merge pull request #8 from ricardorcr/updatePortugalFormat
Updated Portugal format PCT-8 #resolve
2 parents 0eafc0b + 9678eed commit 9a2cc74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/postal-codes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Country": "Portugal",
2121
"ISO": "PT",
2222
"Format": "NNNN-NNN (NNNN NNN)",
23-
"Regex": "^\\d{4}[- ]{0,1}\\d{3}$",
23+
"Regex": "^\\d{4}-\\d{3}$",
2424
"Example": "0000-000"
2525
},
2626
{

0 commit comments

Comments
 (0)