Current section

Files

Jump to
phone lib phone ug.ex
Raw

lib/phone/ug.ex

defmodule Phone.UG do
use Helper.Country
field :regex, ~r/^(256)()(.{8})/
field :country, "Uganda"
field :a2, "UG"
field :a3, "UGA"
match :regex
end