piighost/se-personnummer

Swedish personal identity number: a birth date, then a dash, or a plus sign when the holder is over a hundred, then four digits. The separator is mandatory and the date is validated, which together keep it apart from any other run of digits.

Label: SE_PERSONNUMMER

Pattern

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

Must be caught

Must be left alone

Tags: se, government-id, identity

Download the detector as TOML