Validates a CPF (Brazilian Individual Taxpayer Registry) number.
static bool validateCPF(String cpf) { return _CPFValidator.validate(cpf); }