Current section

Files

Jump to
phone lib phone mo.ex
Raw

lib/phone/mo.ex

defmodule Phone.MO do
use Helper.Country
field :regex, ~r/^(853)()(.{8})/
field :country, "Macao"
field :a2, "MO"
field :a3, "MAC"
match :regex
end