1.1.3 • Published 8 years ago
is-personnummer v1.1.3
is-personnummer 
Validate Swedish social security numbers.
Install the module with npm:
$ npm install is-personnummeror with Bower, with AMD and browser support:
$ bower install is-personnummeror as cli:
$ npm install -g is-personnummer
$ is-personnummer 510818-9167
$ trueExample
$ node
> var isPersonnummer = require('is-personnummer');
undefined
> isPersonnummer('510818-9167');
true
> isPersonnummer('19130401+2931')
true
> isPersonnummer('196408233234')
true
> isPersonnummer('510818-916')
false
> isPersonnummer('19130401+293')
false
> isPersonnummer('19640823323')
falseSee test.js for more examples.
License
MIT