Current section

Files

Jump to
phone lib phone jo.ex
Raw

lib/phone/jo.ex

defmodule Phone.JO do
use Helper.Country
field :regex, ~r/^(962)(.)(.{7,8})/
field :country, "Jordan"
field :a2, "JO"
field :a3, "JOR"
match :regex
end