Is there any plan to add methods to change parts of a PhoneNumber or create a new one based on an existing one? E.g. set_extension?
I'd rather not rely on getters + string manipulation, since that's the kind of fiddly stuff I'm trying to avoid by using a library. I'd also worry about getting things subtly wrong. I had no idea how deep the international phone number rabbit hole went before I found libphonenumber... :)
Is there any plan to add methods to change parts of a
PhoneNumberor create a new one based on an existing one? E.g.set_extension?I'd rather not rely on getters + string manipulation, since that's the kind of fiddly stuff I'm trying to avoid by using a library. I'd also worry about getting things subtly wrong. I had no idea how deep the international phone number rabbit hole went before I found
libphonenumber... :)