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
Don't maintain your own table of all this data! Use the "Java International Phone Number Utilities library v3.0", https://github.com/googlei18n/libphonenumber. This is what Google uses, and Google maintains it for you!