Current section

Files

Jump to
phone lib phone cy.ex
Raw

lib/phone/cy.ex

defmodule Phone.CY do
use Helper.Country
field :regex, ~r/^(357)()(.{7,8})/
field :country, "Cyprus"
field :a2, "CY"
field :a3, "CYP"
match :regex
end