Current section

Files

Jump to
phone lib phone ly.ex
Raw

lib/phone/ly.ex

defmodule Phone.LY do
use Helper.Country
field :regex, ~r/^(218)()(.+)/
field :country, "Libya"
field :a2, "LY"
field :a3, "LBY"
match :regex
end