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"
pull/196/head
Daniele Cantarini 2021-11-30 10:36:19 +01:00 committed by GitHub
parent 3637925e8f
commit ea4105b5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
],