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

Yemen IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "YE",
    ...>    check_digits: "15",
    ...>    bank_code: "CBYE",
    ...>    branch_code: "0001",
    ...>    account_number: "018861234567891234"
    ...>  }
    ...>  |> IbanEx.Country.YE.to_string()
    "YE 15 CBYE 0001 018861234567891234"

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)