respect-validation/docs/rules/PolishIdCard.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

532 B

PolishIdCard

  • PolishIdCard()

Validates whether the input is a Polish identity card (Dowód Osobisty).

v::polishIdCard()->validate('AYW036733'); // true
v::polishIdCard()->validate('APH505567'); // true
v::polishIdCard()->validate('APH 505567'); // false
v::polishIdCard()->validate('AYW036731'); // false

Categorization

  • Identifications

Changelog

Version Description
2.0.0 Created

See also: