Current section

Files

Jump to
phone lib phone pe.ex
Raw

lib/phone/pe.ex

defmodule Phone.PE do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(51)()(.{8,9})/
def country, do: "Peru"
def a2, do: "PE"
def a3, do: "PER"
matcher :regex, ["51"]
end