Current section

Files

Jump to
phone lib phone gy.ex
Raw

lib/phone/gy.ex

defmodule Phone.GY do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(592)()(.{8})/
def country, do: "Guyana"
def a2, do: "GY"
def a3, do: "GUY"
matcher(:regex, ["592"])
end