Missing phone numbers as regex are not including them
Closed this issue · 2 comments
JL-Ikosoft commented
Hi :)
Thanks for your work!
In France there's 5 regions for fixed lines.
Seems thet regular expression is not including region South East which has 04 as prefix (?:[1-35]\d|4[1-9])\d{7}
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}
How can we update those patterns?
Kind regards
twcclegg commented
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.
JL-Ikosoft commented
Thanks!