Current section

Files

Jump to
phone lib phone to.ex
Raw

lib/phone/to.ex

defmodule Phone.TO do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(676)()(.+)/
def country, do: "Tonga"
def a2, do: "TO"
def a3, do: "TON"
matcher(:regex, ["676"])
end