mirror of
https://gitlab.com/restcountries/restcountries.git
synced 2026-03-31 15:07:46 +01:00
Closes #283: Paraguay has 6 digits postal code
This commit is contained in:
@@ -40553,8 +40553,8 @@
|
||||
"side": "right"
|
||||
},
|
||||
"postalCode": {
|
||||
"format": "####",
|
||||
"regex": "^(\\d{4})$"
|
||||
"format": "######",
|
||||
"regex": "^(\\d{6})$"
|
||||
},
|
||||
"startOfWeek": "monday",
|
||||
"timezones": [
|
||||
|
||||
Reference in New Issue
Block a user