You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actual IBAN validation is way too strict. We should create a second one (isValidIBANMaybe) that verifies the check digits and makes sure the first two digits are characters, but that doesn't verify the length of the string against the list of known lengths and that doesn't need the country to be recognised as a SEPA country to return true.
The text was updated successfully, but these errors were encountered:
elcapo
changed the title
Add a Alternative "Soft" IBAN Validation
Add an Alternative "Soft" IBAN Validation
Oct 16, 2014
The actual IBAN validation is way too strict. We should create a second one (
isValidIBANMaybe
) that verifies the check digits and makes sure the first two digits are characters, but that doesn't verify the length of the string against the list of known lengths and that doesn't need the country to be recognised as a SEPA country to returntrue
.The text was updated successfully, but these errors were encountered: