dongri / phonenumber

With a given country and phone number, validate and format the MOBILE phone number to E.164 standard
MIT License
181 stars 44 forks source link

Added landline numbers support feature and updated some mobile rules #5

Closed 4rakcheev closed 4 years ago

4rakcheev commented 4 years ago

Landline support developed with backward compatibility: you can use phonenumber.Parse() as usual. The rules have been updated based on the experience of using the package in production.

dongri commented 4 years ago

LGTM