Validates a CNH (National Driver's License).
static bool validateCNH(String cnh) { return _CNHValidator.validate(cnh); }