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
Hello,
I parse an Australian phone number like "+61401118888" correctly, then I try adding 6 digits to the number and it still parses as valid.
How is this possible?
For example: "+61401118888123456"
val phoneNumber = phoneUtil.parse(input, Locale.getDefault().country)
return phoneUtil.format(phoneNumber, PhoneNumberUtil.PhoneNumberFormat.E164)
The text was updated successfully, but these errors were encountered:
Hello,
I parse an Australian phone number like "+61401118888" correctly, then I try adding 6 digits to the number and it still parses as valid.
How is this possible?
For example: "+61401118888123456"
The text was updated successfully, but these errors were encountered: