Current section

Files

Jump to
phone lib phone mo.ex
Raw

lib/phone/mo.ex

defmodule Phone.MO do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(853)()(.{8})/
def country, do: "Macao"
def a2, do: "MO"
def a3, do: "MAC"
matcher(:regex, ["853"])
end