Current section

Files

Jump to
phone lib phone gi.ex
Raw

lib/phone/gi.ex

defmodule Phone.GI do
use Helper.Country
field :regex, ~r/^(350)()(.{8})/
field :country, "Gibraltar"
field :a2, "GI"
field :a3, "GIB"
match :regex
end