Current section

Files

Jump to
phone lib phone ir.ex
Raw

lib/phone/ir.ex

defmodule Phone.IR do
use Helper.Country
field :regex, ~r/^(98)()(.+)/
field :country, "Iran"
field :a2, "IR"
field :a3, "IRN"
match :regex
end