View Source IbanEx.Country.FK (iban_ex v0.1.9)

Falkland Islands (Malvinas) IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "FK",
    ...>    check_digits: "88",
    ...>    bank_code: "SC",
    ...>    account_number: "123456789012"
    ...>  }
    ...>  |> IbanEx.Country.FK.to_string()
    "FK 88 SC 123456789012"

Summary

Functions

Return Regex for parsing complete BBAN (part of IBAN string)

Functions

@spec rule() :: Regex.t()

Return Regex for parsing complete BBAN (part of IBAN string)