How to split mobile number into country code, area code and local number? e.g +919567123456 after split
country code = 91
area code = 9567
local numb
A very complex problem. First you need to determine the country code. Depending on the country code, the rest has to be splitted into area code and local number. But none of the three parts has a fixed length, not the hole number nor the area code and local part combination!
Example: 4930123456789
Example: 493328123456
Example: 34971123456