twcclegg/libphonenumber-csharp

Missing phone numbers as regex are not including them

Closed this issue · 2 comments

Hi :)

Thanks for your work!

In France there's 5 regions for fixed lines.
image

Seems thet regular expression is not including region South East which has 04 as prefix (?:[1-35]\d|4[1-9])\d{7}
image

Same for mobile phones as we have numbers starting with 07: (?:6(?:[0-24-8]\d|3[0-8]|9[589])|7(?:00|[3-9]\d))\d{6}
image

How can we update those patterns?

Kind regards

Please see https://github.com/twcclegg/libphonenumber-csharp/blob/main/CONTRIBUTING.md#checklist-before-filing-an-issue this library consumes Google’s metadata so the issue likely needs to be filed with them.

Thanks!