Current section

Files

Jump to
phone lib phone zw.ex
Raw

lib/phone/zw.ex

defmodule Phone.ZW do
use Helper.Country
field :regex, ~r/^(263)()(.+)/
field :country, "Zimbabwe"
field :a2, "ZW"
field :a3, "ZWE"
match :regex
end