mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
458 B
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: