Current section

Files

Jump to
phone lib phone hr.ex
Raw

lib/phone/hr.ex

defmodule Phone.HR do
use Helper.Country
field :regex, ~r/^(385)()(.{8,9})/
field :country, "Croatia"
field :a2, "HR"
field :a3, "HRV"
match :regex
end