Current section

Files

Jump to
phone lib phone es.ex
Raw

lib/phone/es.ex

defmodule Phone.ES do
use Helper.Country
field :regex, ~r/^(34)()(.{9})/
field :country, "Spain"
field :a2, "ES"
field :a3, "ESP"
match :regex
end