We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#phony_normalized cuts zero in the middle of the phone number for numbers start with 910 up to 950:
#phony_normalized
'9101234567'.phony_normalized #=> "911234567" '9201234567'.phony_normalized #=> "921234567" '9301234567'.phony_normalized #=> "931234567" '9401234567'.phony_normalized #=> "941234567" '9501234567'.phony_normalized #=> "+951234567"
Is it proper behaviour? From 960 to 990 it works as expected
'9601234567'.phony_normalized #=> "+9601234567" '9701234567'.phony_normalized #=> "9701234567" '9801234567'.phony_normalized #=> "981234567" '9901234567'.phony_normalized #=> "9901234567"
The text was updated successfully, but these errors were encountered:
I am also experiencing an issue like this on normalizing 0503017926, I get +971503017926
0503017926
+971503017926
Any idea?
Sorry, something went wrong.
No branches or pull requests
#phony_normalized
cuts zero in the middle of the phone number for numbers start with 910 up to 950:Is it proper behaviour? From 960 to 990 it works as expected
The text was updated successfully, but these errors were encountered: