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

Republic of Moldova IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "MD",
    ...>    check_digits: "24",
    ...>    bank_code: "AG",
    ...>    branch_code: nil,
    ...>    national_check: nil,
    ...>    account_number: "000225100013104168"
    ...>  }
    ...>  |> IbanEx.Country.MD.to_string()
    "MD 24 AG 000225100013104168"

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)