Skip to content

Commit

Permalink
Merge pull request #89 from fcevado/correct_ireland_regex
Browse files Browse the repository at this point in the history
Correct Ireland regex
  • Loading branch information
fcevado committed Dec 17, 2016
2 parents 0f5cb94 + 4c7320b commit c346f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phone/ie.ex
@@ -1,6 +1,6 @@
defmodule Phone.IE do
use Helper.Country
field :regex, ~r/^(353)(..)(.{7})/
field :regex, ~r/^(353)(1|402|404|505|90|[2-9][1-9])(.{5,7})$/
field :country, "Ireland"
field :a2, "IE"
field :a3, "IRL"
Expand Down

0 comments on commit c346f3f

Please sign in to comment.