Current section

Files

Jump to
phone lib phone ie.ex
Raw

lib/phone/ie.ex

defmodule Phone.IE do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(353)(1|402|800|404|505|90|[2-9][1-9])(.{5,9})$/
def country, do: "Ireland"
def a2, do: "IE"
def a3, do: "IRL"
matcher(:regex, ["353"])
end