BIC_VALID¶
Info
New in Atfinity 17.
Description¶
BIC_VALID checks whether a string is a valid BIC (Business Identifier Code, ISO 9362) â the SWIFT code used to identify banks. It accepts both the 8-character (bank + country + location) and 11-character (with branch) forms. It verifies the structure only, not that the bank actually exists.
Syntax¶
Returns: true if the BIC is structurally valid, false if not, unknown if the argument is not a string.
Example¶
Returns true â 8-character BIC.
Returns true â 11-character BIC with branch code.
Returns false â a BIC may not start with a digit.