You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the package to validate the mobile numbers entered.
A customer entered a valid south african number - +27282xxxxxxxx (example: country code - +27, mobile number length excluding code - 11), shows up as invalid. reason - length of the number. If you discard the last two digits, the phone number becomes valid.
As confirmed by the user, the number is certainly a valid number.
I am using the package to validate the mobile numbers entered.
A customer entered a valid south african number - +27282xxxxxxxx (example: country code - +27, mobile number length excluding code - 11), shows up as invalid. reason - length of the number. If you discard the last two digits, the phone number becomes valid.
As confirmed by the user, the number is certainly a valid number.
https://libphonenumber.appspot.com/phonenumberparser?number=+2728229492770&country=SA - link for the libphonenumber demo
The text was updated successfully, but these errors were encountered: