1# Cnpj
2
3- `v::cnpj()`
4
5Validates the Brazillian CNPJ number. Ignores non-digit chars, so
6use `->digit()` if needed.
7
8***
9See also:
10
11  * [Cpf](Cpf.md)
12  * [Cnh](Cnh.md)
13