Current section

Files

Jump to
phone lib phone il.ex
Raw

lib/phone/il.ex

defmodule Phone.IL do
use Helper.Country
field :regex, ~r/^(972)()(.{8,9})/
field :country, "Israel"
field :a2, "IL"
field :a3, "ISR"
match :regex
end