marmelroy / PhoneNumberKit

A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
MIT License
5.13k stars 817 forks source link

Adding the +60 11 area code to the metadata for Malaysia operator U Mobile. #764

Closed whitesmellzh closed 6 months ago

whitesmellzh commented 6 months ago

First of all, thank you for developing this library.

There is no +60 11 area code data used by the U Mobile operator in the Malaysia metadata data. Because of this, we are experiencing formatting problems.

For example: +60 11-1234 5678

Can you update the metadata in regex format to include the +60 11 area code?

Thanks.