Current section

Files

Jump to
phone lib phone lu.ex
Raw

lib/phone/lu.ex

defmodule Phone.LU do
use Helper.Country
field :regex, ~r/^(352)()(.+)/
field :country, "Luxembourg"
field :a2, "LU"
field :a3, "LUX"
match :regex
end