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
parent
3637925e8f
commit
ea4105b5ee
|
@ -31,7 +31,7 @@
|
||||||
"/((?:\\+|00)61)?0491577(426|644)/g",
|
"/((?:\\+|00)61)?0491577(426|644)/g",
|
||||||
"/((?:\\+|00)61)?0491578(957|148|888)/g",
|
"/((?:\\+|00)61)?0491578(957|148|888)/g",
|
||||||
"/((?:\\+|00)61)?0491579(212|760|455)/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)?1800160401/g",
|
||||||
"/((?:\\+|00)61)?1900654321/g"
|
"/((?:\\+|00)61)?1900654321/g"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue