Skip to content

This is a very lightweight library for validation IBANs

Notifications You must be signed in to change notification settings

alionurgeven/IBAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBAN

IBAN is a very lightweight IBAN validator.

Simply import the library as follows:

import ( "github.com/alionurgeven/IBAN/pkg/ibanvalidator" )

And use it as shown below:

IBAN := "AE070331234567890123456"

isValid := ibanvalidator.Validate(IBAN)

About

This is a very lightweight library for validation IBANs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages