Current section

Files

Jump to
phone lib phone td.ex
Raw

lib/phone/td.ex

defmodule Phone.TD do
use Helper.Country
field :regex, ~r/^(235)()(.{8})/
field :country, "Chad"
field :a2, "TD"
field :a3, "TCD"
match :regex
end