respect-validation/docs/rules/Cnpj.md

29 lines
464 B
Markdown
Raw Normal View History

2015-01-30 09:40:06 +01:00
# Cnpj
- `Cnpj()`
2015-01-30 09:40:06 +01:00
Validates if the input is a Brazilian National Registry of Legal Entities (CNPJ) number.
Ignores non-digit chars, so use `->digit()` if needed.
2015-01-30 09:40:06 +01:00
## Categorization
- Identifications
## Changelog
Version | Description
--------|-------------
0.3.9 | Created
***
2015-01-30 09:40:06 +01:00
See also:
- [Bsn](Bsn.md)
- [Cnh](Cnh.md)
- [Cpf](Cpf.md)
2018-12-11 13:31:50 +01:00
- [Imei](Imei.md)
- [NfeAccessKey](NfeAccessKey.md)
- [Nif](Nif.md)
2018-12-11 13:31:50 +01:00
- [Pis](Pis.md)
- [PortugueseNif](PortugueseNif.md)