phone icon indicating copy to clipboard operation
phone copied to clipboard

With a given country and phone number, validate and reformat the mobile phone number to the E.164 standard. The purpose of this is to allow us to send SMS to mobile phones only.

Results 2 phone issues
Sort by recently updated
recently updated
newest added

Hello, It appears that some Brazilian numbers can also have 10 digits, however the rules in phone library would only allow 11 digit numbers. as discovered here https://github.com/AfterShip/phone/blob/master/src/data/country_phone_data.ts#L278 Is this...

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...