I'm writing an app where users are asked to input a phone number to send SMS to. I'd like to store that number in a standard format like E164, without the suer having to type in dashes, brackets, and country codes. Is there a piece of JS code that someone can share? Thanks.
Page 1 / 1
There are two options I know of.
1. Use Google libphonenumber (https://github.com/googlei18n/libphonenumber) - it has JS port.
2. RingCentral has an API to parse/format phone numbers. But it will require you to send request to server every time you need E.164 number from user input. If you want to explore this option I can share documentation with you.
1. Use Google libphonenumber (https://github.com/googlei18n/libphonenumber) - it has JS port.
2. RingCentral has an API to parse/format phone numbers. But it will require you to send request to server every time you need E.164 number from user input. If you want to explore this option I can share documentation with you.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.