# Cnpj

- `v::cnpj()`

Validates the Brazillian CNPJ number. Ignores non-digit chars, so
use `->digit()` if needed.

***
See also:

  * [Bsn](Bsn.md)
  * [Cnh](Cnh.md)
  * [Cpf](Cpf.md)
  * [Imei](Imei.md)
  * [NfeAccessKey](NfeAccessKey.md)
