Current section

Files

Jump to
phone lib phone it.ex
Raw

lib/phone/it.ex

defmodule Phone.IT do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(39)()(.{3,12})/
def country, do: "Italy"
def a2, do: "IT"
def a3, do: "ITA"
matcher(:regex, ["39"])
end