Current section

Files

Jump to
phone lib phone pg.ex
Raw

lib/phone/pg.ex

defmodule Phone.PG do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(675)()(.+)/
def country, do: "Papua New Guinea"
def a2, do: "PG"
def a3, do: "PNG"
matcher(:regex, ["675"])
end