Current section

Files

Jump to
phone lib phone nu.ex
Raw

lib/phone/nu.ex

defmodule Phone.NU do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(683)()(.{4})/
def country, do: "Niue"
def a2, do: "NU"
def a3, do: "NIU"
matcher(:regex, ["683"])
end