If a user types a telephone number with the national '0' prefix, the value returned from getFullNumber() will include this prefix and be an invalid number. e.g +460701231231
Is this intended behaviour? (is stripping this prefix considered out of scope of this library?)
Is there a suggested / preferred workaround for this?
Thanks!
If a user types a telephone number with the national '0' prefix, the value returned from
getFullNumber()will include this prefix and be an invalid number. e.g +460701231231Is this intended behaviour? (is stripping this prefix considered out of scope of this library?)
Is there a suggested / preferred workaround for this?
Thanks!