Skip to content

Validates a to the function given IBAN in standard ISO 7064; written in ColdFusion.

Notifications You must be signed in to change notification settings

DeLinkious/CF-IBAN-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CF-IBAN-Validator

validates a to the function given IBAN according to ISO 7064; written in ColdFusion.

  • returns true or false
  • cuts anything that's not alphanumeric
  • should work on IBANs from every country

Usage

validateIBAN(stringIBAN);

Testing Values

  • DE89 3704 0044 0532 0130 00 // ok
  • AT61 1904 3002 3457 3201 // ok
  • FR14 2004 1010 0505 0001 3 // wrong checksum
  • GB82-WEST-1234-5698-7654-32 // ok

About

Validates a to the function given IBAN in standard ISO 7064; written in ColdFusion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published