Current section

Files

Jump to
phone lib phone in.ex
Raw

lib/phone/in.ex

defmodule Phone.IN do
use Helper.Country
field :regex, ~r/^(91)()(.+)/
field :country, "India"
field :a2, "IN"
field :a3, "IND"
match :regex
end