@@ -9,24 +9,24 @@ Available formats
9
9
10
10
Currently this package supports the following formats:
11
11
12
- - ISBN (International Standard Book Number)
13
- - ISSN (International Standard Serial Number)
14
- - ISMN (International Standard Music Number)
15
- - ISAN (International Standard Audiovisual Number)
16
- - BSN (Burgerservicenummer, the Dutch national identification number)
17
- - CPF (Cadastro de Pessoas Físicas, the Brazillian national identification
18
- number)
19
- - IMEI (International Mobile Equipment Identity)
20
- - MEID (Mobile Equipment Identifier)
21
- - GRid (Global Release Identifier)
22
- - IBAN (International Bank Account Number)
12
+ * ISBN (International Standard Book Number)
13
+ * ISSN (International Standard Serial Number)
14
+ * ISMN (International Standard Music Number)
15
+ * ISAN (International Standard Audiovisual Number)
16
+ * BSN (Burgerservicenummer, the Dutch national identification number)
17
+ * CPF (Cadastro de Pessoas Físicas, the Brazillian national identification
18
+ number)
19
+ * IMEI (International Mobile Equipment Identity)
20
+ * MEID (Mobile Equipment Identifier)
21
+ * GRid (Global Release Identifier)
22
+ * IBAN (International Bank Account Number)
23
23
24
24
Furthermore a number of generic check digit algorithms are available:
25
25
26
- - the Verhoeff algorithm
27
- - the Luhn and Luhn mod N algorithms
28
- - some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2, Mod 97, 10 ,
29
- Mod 11, 10 and Mod 37, 36
26
+ * the Verhoeff algorithm
27
+ * the Luhn and Luhn mod N algorithms
28
+ * some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2,
29
+ Mod 97, 10, Mod 11, 10 and Mod 37, 36
30
30
31
31
Basically any number or code that has some validation mechanism available
32
32
or some common formatting is eligible for inclusion into this library.
0 commit comments