Skip to content

Commit

Permalink
Merge bb464a2 into 38a816d
Browse files Browse the repository at this point in the history
  • Loading branch information
fcevado committed Jan 16, 2019
2 parents 38a816d + bb464a2 commit 632028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phone/ie.ex
Expand Up @@ -3,7 +3,7 @@ defmodule Phone.IE do

use Helper.Country

def regex, do: ~r/^(353)(1|402|404|505|90|[2-9][1-9])(.{5,7})$/
def regex, do: ~r/^(353)(1|402|800|404|505|90|[2-9][1-9])(.{5,7})$/
def country, do: "Ireland"
def a2, do: "IE"
def a3, do: "IRL"
Expand Down

0 comments on commit 632028e

Please sign in to comment.