Validate Swedish personal identity numbers. Follows version 3 of the specification.
Install the module with dub:
dub add personnummer
Example
import personnummer;
void main() {
Personnummer.valid("198507099805")
// => true
}
License
MIT
Validate Swedish personal identity numbers
Validate Swedish personal identity numbers. Follows version 3 of the specification.
Install the module with dub:
dub add personnummer
import personnummer;
void main() {
Personnummer.valid("198507099805")
// => true
}
MIT
Validate Swedish personal identity numbers