Current section

Files

Jump to
phone lib phone eg.ex
Raw

lib/phone/eg.ex

defmodule Phone.EG do
use Helper.Country
field :regex, ~r/^(20)()(.+)/
field :country, "Egypt"
field :a2, "EG"
field :a3, "EGY"
match :regex
end