Current section

Files

Jump to
phone lib phone gw.ex
Raw

lib/phone/gw.ex

defmodule Phone.GW do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(245)()(.{7})/
def country, do: "Guinea-Bissau"
def a2, do: "GW"
def a3, do: "GNB"
matcher :regex, ["245"]
end