Validate Swedish organization numbers.
Follows version 1.1 of the specification.
import dev.organisationsnummer.*;
Organisationsnummer.valid("202100-5489");
//=> true
See OrganisationsnummerTest.java for more examples.
MIT
Validate Swedish organization numbers.
Follows version 1.1 of the specification.
import dev.organisationsnummer.*;
Organisationsnummer.valid("202100-5489");
//=> true
See OrganisationsnummerTest.java for more examples.
MIT