Validate if country code is from a SEPA country
// returns trueibantools.isSEPACountry("NL"); Copy
// returns trueibantools.isSEPACountry("NL");
// returns falseibantools.isSEPACountry("PK"); Copy
// returns falseibantools.isSEPACountry("PK");
Validate if country code is from a SEPA country