-
Notifications
You must be signed in to change notification settings - Fork 0
/
uk.json
58 lines (58 loc) · 1.21 KB
/
uk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"Note": "One code",
"Country": "Ascension island",
"ISO": "AC",
"Format": "ASCN 1ZZ",
"Regex": "^ASCN 1ZZ$"
},
{
"Note": "One code",
"Country": "British Indian Ocean Territory",
"ISO": "IO",
"Format": "BBND 1ZZ",
"Regex": "^BBND 1ZZ$"
},
{
"Note": "UK territory, but not UK postcode",
"Country": "Falkland Islands",
"ISO": "FK",
"Format": "FIQQ 1ZZ",
"Regex": "^FIQQ 1ZZ$"
},
{
"Note": "One code",
"Country": "Pitcairn Islands",
"ISO": "PN",
"Format": "PCRN 1ZZ",
"Regex": "^PCRN 1ZZ$"
},
{
"Note": "One code",
"Country": "British Antarctic Territory",
"ISO": "",
"Format": "BIQQ 1ZZ",
"Regex": "^BIQQ 1ZZ$"
},
{
"Note": "One code",
"Country": "South Georgia and the South Sandwich Islands",
"ISO": "GS",
"Format": "SIQQ 1ZZ",
"Regex": "^SIQQ 1ZZ$"
},
{
"Note": "One code",
"Country": "Saint Helena, Ascension and Tristan da Cunha",
"ISO": "SH",
"Format": "TDCU/ASCN/STHL 1ZZ",
"Regex": "^(TDCU|ASCN|STHL) ?1(ZZ|zz)$"
},
{
"Note": "One code",
"Country": "Turks and Caicos Islands",
"ISO": "TC",
"Format": "TKCA 1ZZ",
"Regex": "^TKCA 1ZZ$"
}
]