Current section

Files

Jump to
phone lib phone uy.ex
Raw

lib/phone/uy.ex

defmodule Phone.UY do
use Helper.Country
field :regex, ~r/^(598)()(.+)/
field :country, "Uruguay"
field :a2, "UY"
field :a3, "URY"
match :regex
end