Current section

Files

Jump to
phone lib phone am.ex
Raw

lib/phone/am.ex

defmodule Phone.AM do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(374)()(.{8})/
def country, do: "Armenia"
def a2, do: "AM"
def a3, do: "ARM"
matcher(:regex, ["374"])
end