Current section

Files

Jump to
phone lib phone mx.ex
Raw

lib/phone/mx.ex

defmodule Phone.MX do
use Helper.Country
field :regex, ~r/^(52)()(.{10})/
field :country, "Mexico"
field :a2, "MX"
field :a3, "MEX"
match :regex
end