respect-validation/docs/rules/Nip.md
Henrique Moody c522f6235c
Remove "IdentityCard" in favor of "PolishIdCard"
The only Identity Card we have is the Polish one, that said it makes
more sense to have a specific rule that only validates that, rather than
having a "IdentityCard" rule that only accepts one value.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-12 00:22:45 +02:00

568 B

Nip

  • Nip(string $countryCode)

Validates whether the input is a Polish VAT identification number (NIP).

v::nip()->validate('1645865777'); // true
v::nip()->validate('1645865778'); // false
v::nip()->validate('1234567890'); // false
v::nip()->validate('164-586-57-77'); // false
v::nip()->validate('164-58-65-777'); // false

Categorization

  • Identifications

Changelog

Version Description
2.0.0 Created

See also: