Current section

Files

Jump to
phone lib phone tn.ex
Raw

lib/phone/tn.ex

defmodule Phone.TN do
use Helper.Country
field :regex, ~r/^(216)()(.{8})/
field :country, "Tunisia"
field :a2, "TN"
field :a3, "TUN"
match :regex
end