Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 535 Bytes

File metadata and controls

21 lines (15 loc) · 535 Bytes

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: