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

Croatia IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "HR",
    ...>    check_digits: "12",
    ...>    bank_code: "1001005",
    ...>    branch_code: nil,
    ...>    national_check: nil,
    ...>    account_number: "1863000160"
    ...>  }
    ...>  |> IbanEx.Country.HR.to_string()
    "HR 12 1001005 1863000160"

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)