Current section

Files

Jump to
phone lib phone io.ex
Raw

lib/phone/io.ex

defmodule Phone.IO do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(246)() (.{7})/
def country, do: "British Indian Ocean Territory"
def a2, do: "IO"
def a3, do: "IOT"
matcher(:regex, ["246"])
end