Current section

Files

Jump to
phone lib phone hn.ex
Raw

lib/phone/hn.ex

defmodule Phone.HN do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(504)()(.{8})/
def country, do: "Honduras"
def a2, do: "HN"
def a3, do: "HND"
matcher(:regex, ["504"])
end