SWIFT Code

Prev Next

A SWIFT code (or SWIFTBIC, as it's sometimes known) is a code that helps overseas banks identify which bank to send money to.

Validator

No Validation

Matched expressions

Regex expressions

Description

Score

\b[A-Z]{6}[A-Z0-9]{2}\b

Matches an 8-character alphanumeric string, where the first 6 characters are [A-Z] and the last 2 characters are [A-Z] or [0–9].

1

\b[A-Z]{6}[A-Z0-9]{5}\b

Matches an 11-character alphanumeric string, where the first 6 characters are [A-Z] and the last 5 characters are [A-Z] or [0–9].

1



Ignored expressions

None