Crate iban [] [src]

Functions

validate_iban

Validate an IBAN number. The validation will return false in the following cases:

  • If the length is four or less, or longer than 34.
  • If the number contains characters other than A-Z or 0-9
  • If A-Z is in place of 0-9 or vice versa
  • If the checksum is invalid