erezak / libphonenumber-csharp

Forking original c# port
Apache License 2.0
198 stars 79 forks source link

UK Shortcode regex needs updating #5

Open SeanLS opened 10 years ago

SeanLS commented 10 years ago

For country "GB" -> shortCode -> nationalNumberPattern you need to change: 5\d)|650|789|901

and update to: 5\d)|605|650|789|901

Nepomuceno commented 10 years ago

The correct fix would be update the meta file for all the patterns from the one from google

2014-02-13 12:33 GMT-02:00 SeanLS notifications@github.com:

For nationalNumberPattern you need to change: 5\d)|650|789|901

Change to: 5\d)|605|650|789|901

Reply to this email directly or view it on GitHubhttps://github.com/erezak/libphonenumber-csharp/issues/5 .