Current section

Files

Jump to
phone lib phone ve.ex
Raw

lib/phone/ve.ex

defmodule Phone.VE do
use Helper.Country
field :regex, ~r/^(58)(.{3})(.{7})/
field :country, "Venezuela"
field :a2, "VE"
field :a3, "VEN"
match :regex
end