Skip to content

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

Categorization

  • Identifications

Changelog

Version Description
1.0.0 Created

See also: