Current section

Files

Jump to
phone lib phone ad.ex
Raw

lib/phone/ad.ex

defmodule Phone.AD do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(376)()(.{6})/
def country, do: "Andorra"
def a2, do: "AD"
def a3, do: "AND"
matcher(:regex, ["376"])
end