You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
391 B
11 lines
391 B
* Access sequences and configurate the model to use.
|
|
* The model will check if the format of prefix, suffix and number is valid
|
|
* Implemented algorithms
|
|
* Luhn: [0-9]*
|
|
* Damm: [0-9]*
|
|
* Verhoeff: [0-9]*
|
|
* ISO 7064 Mod 11, 2: [0-9]*
|
|
* ISO 7064 Mod 11, 10: [0-9]*
|
|
* ISO 7064 Mod 37, 2: [0-9A-Z]*
|
|
* ISO 7064 Mod 37, 36: [0-9A-Z]*
|
|
* ISO 7064 Mod 97, 10: [0-9A-Z]*
|