IBAN Regex field validation

Set Pattern field option using a specific regex to validate an IBAN on a Text field

Every country have its own structure that change significantly in length and composition.

Example of Italian IBAN compatible with regex used in this demo:
IT60X0542811101000000123456

REGEX Pattern:
[A-Z]{2}[A-Z0-9]{3}[0-9]{22}