Extension function to check whether a string is a country or not.
true if it match a country, otherwise false.
Extension function to convert a string to a country.
(true, iso2CountryCode) if the country was found. (false, originalString) if the country was not found.