Initial commit
This commit is contained in:
47
data/postalcodes.json
Normal file
47
data/postalcodes.json
Normal file
@ -0,0 +1,47 @@
|
||||
[
|
||||
{
|
||||
"iso": "se",
|
||||
"format": [ "??? ??", "?????" ],
|
||||
"regex": "(\d{3}\s{0,1}\d{2})"
|
||||
},
|
||||
{
|
||||
"iso": "no",
|
||||
"format": [ "????" ],
|
||||
"regex": "(\d{4})"
|
||||
},
|
||||
{
|
||||
"iso": "dk",
|
||||
"format": [ "????", "DK-????" ],
|
||||
"regex": "((DK-){0,1}\d{4})"
|
||||
},
|
||||
{
|
||||
"iso": "fi",
|
||||
"format": [ "?????", "FI-?????" ],
|
||||
"regex": "((FI-){0,1}\d{5})"
|
||||
},
|
||||
{
|
||||
"iso": "ax",
|
||||
"format": [ "?????", "AX-?????" ],
|
||||
"regex": "((AX-){0,1}\d{5})"
|
||||
},
|
||||
{
|
||||
"iso": "es",
|
||||
"format": [ "?????", "EE-?????" ],
|
||||
"regex": "((EE-){0,1}\d{5})"
|
||||
},
|
||||
{
|
||||
"iso": "lv",
|
||||
"format": [ "##-????" ],
|
||||
"regex": "([a-z]{2}-\d{4})"
|
||||
},
|
||||
{
|
||||
"iso": "lt",
|
||||
"format": [ "##-?????" ],
|
||||
"regex": "([a-z]{2}-\d{5})"
|
||||
},
|
||||
{
|
||||
"iso": "pl",
|
||||
"format": [ "??-???" ],
|
||||
"regex": "(\d{2}-\d{3})"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user