IsValidIBAN

The IsValidIBAN() function checks whether the input value is a valid IBAN format.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

IsValidIBAN(text)

IsValidIBAN("123456782") 👍Result: True

IsValidIBAN("123456789") 👎Result: False

Parameters

Name
Type
Required
Description

text

text

☑️

IBAN number that is validated.

Last updated

Was this helpful?