Note: IBAN is used for International Bank Account Number identification.
Returns true
if text
is indeed a valid IBAN format.
Returns false
if text
is not a valid IBAN format.
IsValidIBAN(
text
)
IsValidIBAN("123456782")
👍Result: True
IsValidIBAN("123456789")
👎Result: False