View Source IbanEx.Country.LC (iban_ex v0.1.9)
Saint Lucia IBAN parsing rules
Examples
iex> %IbanEx.Iban{
...> country_code: "LC",
...> check_digits: "55",
...> bank_code: "HEMM",
...> account_number: "000100010012001200023015"
...> }
...> |> IbanEx.Country.LC.to_string()
"LC 55 HEMM 000100010012001200023015"
Summary
Functions
@spec rule() :: Regex.t()
Return Regex for parsing complete BBAN (part of IBAN string)