Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
At my job I often use phone_number feature, but I work with phone numbers without any signs (only country code and digits). I have to normalize phone numbers by myself.
Describe the solution you'd like
A clear and concise description of what you want to happen.
It would be perfect to add new method normalizedPhoneNumber() to PhoneNumber class which returns normalized phone.
Of cource I can implement it by myself
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
At my job I often use phone_number feature, but I work with phone numbers without any signs (only country code and digits). I have to normalize phone numbers by myself.
Describe the solution you'd like
A clear and concise description of what you want to happen.
It would be perfect to add new method
normalizedPhoneNumber()toPhoneNumberclass which returns normalized phone.Of cource I can implement it by myself