piighost/dk-cpr

Danish CPR number: the birth date as day, month and year, a dash, then four digits whose last one gives the sex. The dash is mandatory and the date is validated, which is what keeps it apart from a ten digit run.

Label: DK_CPR

Pattern

(?<!\w)(?:0[1-9]|[12]\d|3[01])(?:0[1-9]|1[0-2])\d{2}-\d{4}(?!\w)

Must be caught

Must be left alone

Tags: dk, government-id, identity, health

Download the detector as TOML