SyntaxFix
Write A Post
Hire A Developer
Questions
If the string containing the phone number will always start this way (+33 or another country code) you should use regex to parse and get the country code and then use the library to get the country associated to the number.