Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Phone number format] #384

Closed
jpBonzzay opened this issue May 20, 2024 · 1 comment
Closed

[Phone number format] #384

jpBonzzay opened this issue May 20, 2024 · 1 comment

Comments

@jpBonzzay
Copy link

  1. What country/region: Nicaragua
  2. Sample input with real phone format: +50577485244
  3. Expected output: expected to be OK, currently it returns false since it doesn't recognize a phone number starting with 7
  4. Reference docs/website showing that the phone number format should be valid, government websites, 3rd party websites, or even Wikipedia pages are fine.

"Mobile phone format" at the webpage, gives the info regarding adding the prefix to the list.
[https://www.labsmobile.com/en/sms-sending-platform/nicaragua]

please add 7 to the array at mobile_begin_with
{
alpha2: 'NI',
alpha3: 'NIC',
country_code: '505',
country_name: 'Nicaragua',
mobile_begin_with: ['8'], <-----
phone_number_lengths: [8]
},

Bossa573 added a commit that referenced this issue May 22, 2024
- #384 Nicaragua format
@Bossa573
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants