Current section

Files

Jump to
phone lib phone in.ex
Raw

lib/phone/in.ex

defmodule Phone.IN do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(91)()(.+)/
def country, do: "India"
def a2, do: "IN"
def a3, do: "IND"
matcher(:regex, ["91"])
end