View Source IbanEx.Country.ES (iban_ex v0.1.8)

Spain IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "ES",
    ...>    check_digits: "91",
    ...>    bank_code: "2100",
    ...>    branch_code: "0418",
    ...>    national_check: "45",
    ...>    account_number: "0200051332"
    ...>  }
    ...>  |> IbanEx.Country.ES.to_string()
    "ES 91 2100 0418 45 0200051332"

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)