How can I separate the country code from a phone number?
I want +4712345678 to be separated into two terms: "country code" => "+47", "phone number" => "12345678"
How can I separate the country code from a phone number?
I want +4712345678 to be separated into two terms: "country code" => "+47", "phone number" => "12345678"
See this post. You would need to re-write (in ruby) the code that is linked to.
Thank you!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.