Current section

Files

Jump to
phone lib phone ng.ex
Raw

lib/phone/ng.ex

defmodule Phone.NG do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(234)()(.+)/
def country, do: "Nigeria"
def a2, do: "NG"
def a3, do: "NGA"
matcher(:regex, ["234"])
end