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

Sudan IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "SD",
    ...>    check_digits: "21",
    ...>    bank_code: "29",
    ...>    account_number: "010501234001"
    ...>  }
    ...>  |> IbanEx.Country.SD.to_string()
    "SD 21 29 010501234001"

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)