Current section

Files

Jump to
phone lib phone pg.ex
Raw

lib/phone/pg.ex

defmodule Phone.PG do
use Helper.Country
field :regex, ~r/^(675)()(.+)/
field :country, "Papua New Guinea"
field :a2, "PG"
field :a3, "PNG"
match :regex
end