1.1.3 • Published 7 years ago

is-personnummer v1.1.3

Weekly downloads
309
License
MIT
Repository
github
Last release
7 years ago

is-personnummer Build Status

Validate Swedish social security numbers.

Install the module with npm:

$ npm install is-personnummer

or with Bower, with AMD and browser support:

$ bower install is-personnummer

or as cli:

$ npm install -g is-personnummer
$ is-personnummer 510818-9167
$ true

Example

$ 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')
false

See test.js for more examples.

License

MIT

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago