Current section

Files

Jump to
phone lib phone it.ex
Raw

lib/phone/it.ex

defmodule Phone.IT do
use Helper.Country
field :regex, ~r/^(39)()(.{9})/
field :country, "Italy"
field :a2, "IT"
field :a3, "ITA"
match :regex
end