piighost/iban

International Bank Account Number: two-letter country code, two check digits, then 11 to 30 alphanumerics with optional spaces or hyphens. No per-country length table and no mod-97 check, so uppercase reference codes of the same shape are also reported. A country pattern such as fr-iban covers the same span exactly, so whichever is declared first wins: the examples here stay non-French on purpose.

Label: IBAN

Pattern

\b[A-Z]{2}\d{2}(?:[\s-]?[A-Z0-9]){11,30}\b

Must be caught

Must be left alone

Tags: international, finance, banking

Download the detector as TOML