Current section

Files

Jump to
phone lib phone ni.ex
Raw

lib/phone/ni.ex

defmodule Phone.NI do
use Helper.Country
def regex, do: ~r/^(505)()(.{8})/
def country, do: "Nicaragua"
def a2, do: "NI"
def a3, do: "NIC"
matcher :regex, ["505"]
end