Validates a CEP (Postal Code).
static bool validateCEP(String cep) { return _CEPValidator.validate(cep); }