Current section

Files

Jump to
phone lib phone py.ex
Raw

lib/phone/py.ex

defmodule Phone.PY do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(595)()(.+)/
def country, do: "Paraguay"
def a2, do: "PY"
def a3, do: "PRY"
matcher(:regex, ["595"])
end