From ea4105b5ee4701d3e075c9ea8d91168208e5b184 Mon Sep 17 00:00:00 2001 From: Daniele Cantarini <562815+cantarini@users.noreply.github.com> Date: Tue, 30 Nov 2021 10:36:19 +0100 Subject: [PATCH] incorrect regex update As described in issue #195 the regex "/((?:\\+|00)61)?1(3|8)00975707|08|09|10|11/g" should be corrected in "/((?:\\+|00)61)?1(3|8)00975707(08|09|10|11)/g" --- lists/phone_numbers/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/phone_numbers/list.json b/lists/phone_numbers/list.json index d4ca1ab..cffe9c4 100644 --- a/lists/phone_numbers/list.json +++ b/lists/phone_numbers/list.json @@ -31,7 +31,7 @@ "/((?:\\+|00)61)?0491577(426|644)/g", "/((?:\\+|00)61)?0491578(957|148|888)/g", "/((?:\\+|00)61)?0491579(212|760|455)/g", - "/((?:\\+|00)61)?1(3|8)00975707|08|09|10|11/g", + "/((?:\\+|00)61)?1(3|8)00975707(08|09|10|11)/g", "/((?:\\+|00)61)?1800160401/g", "/((?:\\+|00)61)?1900654321/g" ],