Current section

Files

Jump to
phone lib phone mm.ex
Raw

lib/phone/mm.ex

defmodule Phone.MM do
use Helper.Country
field :regex, ~r/^(95)()(.{7,10})/
field :country, "Myanmar"
field :a2, "MM"
field :a3, "MMR"
match :regex
end