Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-07-08 09:07
Flavor·PCRE (Legacy)

/
^\d{6}(\d{2})?[-+]\d{4}$
/
mg
Open regex in editor

Description

A simple regex for matching the format of swedish personal identifier numbers.

They can be in the format of: yymmdd-nnnn yymmdd+nnnn yyyymmdd-nnnn yyyymmdd+nnnn

This does not check

Submitted by anonymous