Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 488 Bytes

Pesel.md

File metadata and controls

29 lines (20 loc) · 488 Bytes

Pesel

  • Pesel()

Validates PESEL (Polish human identification number).

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

Categorization

  • Identifications

Changelog

Version Description
1.1.0 Created

See also: