respect-validation/docs/rules/Pesel.md
Henrique Moody a009286ba6
Update "See also" section in the rules's documentation
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-12-11 13:19:52 +01:00

458 B

Pesel

  • Pesel()

Validates PESEL (Polish human identification number).

v::pesel()->validate('21120209256'); // true
v::pesel()->validate('97072704800'); // true
v::pesel()->validate('97072704801'); // false
v::pesel()->validate('PESEL123456'); // false

Changelog

Version Description
1.1.0 Created

See also: