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

  1. * Access sequences and configurate the model to use.
  2. * The model will check if the format of prefix, suffix and number is valid
  3. * Implemented algorithms
  4. * Luhn: [0-9]*
  5. * Damm: [0-9]*
  6. * Verhoeff: [0-9]*
  7. * ISO 7064 Mod 11, 2: [0-9]*
  8. * ISO 7064 Mod 11, 10: [0-9]*
  9. * ISO 7064 Mod 37, 2: [0-9A-Z]*
  10. * ISO 7064 Mod 37, 36: [0-9A-Z]*
  11. * ISO 7064 Mod 97, 10: [0-9A-Z]*