Current section

Files

Jump to
phone lib phone za.ex
Raw

lib/phone/za.ex

defmodule Phone.ZA do
use Helper.Country
field :regex, ~r/^(27)()(.{10})/
field :country, "South Africa"
field :a2, "ZA"
field :a3, "ZAF"
match :regex
end