Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 640 Bytes

Organisationsnummer

Test

Validate Swedish organization numbers.

Follows version 1.1 of the specification.

Example

import dev.organisationsnummer.*;

Organisationsnummer.valid("202100-5489");
//=> true

See OrganisationsnummerTest.java for more examples.

License

MIT