Validates a CPF (Brazilian Individual Taxpayer Registry) number.
static bool validateCPF(String cpf) => _CPFValidator.validate(cpf);