Current section

Files

Jump to
phone lib phone mz.ex
Raw

lib/phone/mz.ex

defmodule Phone.MZ do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(258)()(.+)/
def country, do: "Mozambique"
def a2, do: "MZ"
def a3, do: "MOZ"
matcher(:regex, ["258"])
end