Skip to content

Commit

Permalink
Update AU.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio authored Mar 31, 2020
1 parent 437df1d commit 4fa74ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions resources/states/AU.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"long": {
"default": "Western Australia"
},
"zip_ranges": [
"postcodes": [
"/^6\\d{3}$/"
]
},
Expand All @@ -23,7 +23,7 @@
"long": {
"default": "South Australia"
},
"zip_ranges": [
"postcodes": [
"/^5\\d{3}$/"
]
},
Expand All @@ -37,7 +37,7 @@
"long": {
"default": "Northern Territory"
},
"zip_ranges": [
"postcodes": [
"/^0{0,1}(8|9)\\d{2}$/"
]
},
Expand All @@ -51,7 +51,7 @@
"long": {
"default": "Victoria"
},
"zip_ranges": [
"postcodes": [
"/^(3|8)\\d{3}$/"
]
},
Expand All @@ -65,7 +65,7 @@
"long": {
"default": "Tasmania"
},
"zip_ranges": [
"postcodes": [
"/^7\\d{3}$/"
]
},
Expand All @@ -79,7 +79,7 @@
"long": {
"default": "Queensland"
},
"zip_ranges": [
"postcodes": [
"/^(4|9)\\d{3}$/"
]
},
Expand All @@ -93,7 +93,7 @@
"long": {
"default": "New South Wales"
},
"zip_ranges": [
"postcodes": [
"/^1\\d{3}$/",
"/^2[0-5]\\d{2}$/",
"/^(2619)|(2[6-8]\\d{2})$/",
Expand All @@ -110,10 +110,10 @@
"long": {
"default": "Australian Capital Territory"
},
"zip_ranges": [
"postcodes": [
"/^0{0,1}2\\d{2}$/",
"/^(260\\d)|(261[0-8])$/",
"/^(29[0-1]\\d)|(2920)$/"
]
}
]
]

0 comments on commit 4fa74ae

Please sign in to comment.