Current section

Files

Jump to
phone lib phone co.ex
Raw

lib/phone/co.ex

defmodule Phone.CO do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(57)()(.+)/
def country, do: "Colombia"
def a2, do: "CO"
def a3, do: "COL"
matcher(:regex, ["57"])
end