respect-validation/docs/IdentityCard.md
Henrique Moody c2eece6785 Create "IdentityCard" rule
Original-Author: Tomasz Regdos <tomek@regdos.com>.
2016-01-13 22:57:11 -02:00

535 B

IdentityCard

  • v::identityCard(string $countryCode)

Validates Identity Card numbers according to the defined country.

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

For now this rule only accepts Polish Identity Card numbers (Dowód Osobisty).


See also: