Current section

Files

Jump to
phone lib phone cu.ex
Raw

lib/phone/cu.ex

defmodule Phone.CU do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(53)()(.{8})/
def country, do: "Cuba"
def a2, do: "CU"
def a3, do: "CUB"
matcher :regex, ["53"]
end