From 286bffc2e7a37a31a57732126b6c8b7ac70b6133 Mon Sep 17 00:00:00 2001 From: Denis Mysenko Date: Thu, 4 Oct 2018 22:08:01 +1000 Subject: [PATCH] + phone formats AU/NZ --- resources/countries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/countries.json b/resources/countries.json index 3a3f385..a9a0fa6 100644 --- a/resources/countries.json +++ b/resources/countries.json @@ -357,6 +357,9 @@ "area": 7686850, "currency": "AUD", "phone": "61", + "trunkPrefix": "0", + "landLineFormat": "[2378]\\d{8}", + "mobileFormat": "4\\d{8}", "continent": "OC", "population": 21515754 }, @@ -3597,6 +3600,9 @@ "area": 268680, "currency": "NZD", "phone": "64", + "trunkPrefix": "0", + "landLineFormat": "[34679]\\d{7}", + "mobileFormat": "2\\d{7,9}", "continent": "OC", "population": 4252277 },