UK BIC Number

Prev Next

UK Bank Identifier Code (BIC), also known as SWIFT code is an 8-11-character code that is used to identify a specific bank when making an international transaction.

Validator

None

Matched expressions

Regex expressions

Description

Score

\b([A-Z]){4}GB([0-9A-Z]){2}([0-9A-Z]{3})\b

Matches an alphanumeric string, where the first four characters begin with the alphabets [A-Z] followed by GB, and a 5 alphanumeric characters. For example, ABCDGB123AB.

1



Ignored expressions

None