I am trying to validate the phone number by using below function but not getting proper results.
(parse-phone-country “88802079915799”)
By using above function I am getting “001” as a return value though it is an invalid phone number but it is not showing this as a invalid phone number.
(parse-phone-country “14165552233”)
By using above function I am getting “CA” as return value. That means it is a valid phone number.
Question: In first case why I am getting “001” as a return value as it is a invalid phone number and country code. The code is using the “(nexj.core.view.converter.PhoneConverter’new 0)” this library can somebody explain the functionality.