Current section

Files

Jump to
phone lib phone lu.ex
Raw

lib/phone/lu.ex

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