Current section

Files

Jump to
phone lib phone mh.ex
Raw

lib/phone/mh.ex

defmodule Phone.MH do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(692)()(.{6,7})/
def country, do: "Marshall Islands"
def a2, do: "MH"
def a3, do: "MHL"
matcher(:regex, ["692"])
end