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

Czech Republic IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "CZ",
    ...>    check_digits: "65",
    ...>    bank_code: "0800",
    ...>    branch_code: nil,
    ...>    national_check: nil,
    ...>    account_number: "0000192000145399"
    ...>  }
    ...>  |> IbanEx.Country.CZ.to_string()
    "CZ 65 0800 0000192000145399"

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)