cakephp / localized

I18n and L10n related CakePHP code
Other
214 stars 179 forks source link

Less restricted exchange code to accept ending with 1 (ex: 811) #220

Closed rochamarcelo closed 2 years ago

rochamarcelo commented 2 years ago

I used the lib https://github.com/giggsey/libphonenumber-for-php to compare the results.

Here are some links

https://giggsey.com/libphonenumber/index.php?phonenumber=%2B1+877+811+1234&country=US&language=&region= https://giggsey.com/libphonenumber/index.php?phonenumber=%2B1+877+211+1234&country=US&language=&region= https://giggsey.com/libphonenumber/index.php?phonenumber=%2B1+877+311+1234&country=US&language=&region=

Related to #219

rochamarcelo commented 2 years ago

I tried too fix the issue https://github.com/cakephp/localized/runs/6119737983?check_suite_focus=true but I can't run github workflow. Maybe I should sent another pull request for that?