Current section

Files

Jump to
phone lib phone mk.ex
Raw

lib/phone/mk.ex

defmodule Phone.MK do
use Helper.Country
field :regex, ~r/^(389)()(.{8})/
field :country, "Macedonia"
field :a2, "MK"
field :a3, "MKD"
match :regex
end