Current section

Files

Jump to
phone lib phone al.ex
Raw

lib/phone/al.ex

defmodule Phone.AL do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(355)()(.{7})/
def country, do: "Albania"
def a2, do: "AL"
def a3, do: "ALB"
matcher(:regex, ["355"])
end