View Source IbanEx.Country.LY (iban_ex v0.1.9)
Libya IBAN parsing rules
Examples
iex> %IbanEx.Iban{
...> country_code: "LY",
...> check_digits: "83",
...> bank_code: "002",
...> branch_code: "048",
...> account_number: "000020100120361"
...> }
...> |> IbanEx.Country.LY.to_string()
"LY 83 002 048 000020100120361"
Summary
Functions
@spec rule() :: Regex.t()
Return Regex for parsing complete BBAN (part of IBAN string)