Current section

Files

Jump to
phone lib phone hr.ex
Raw

lib/phone/hr.ex

defmodule Phone.HR do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(385)()(.{8,9})/
def country, do: "Croatia"
def a2, do: "HR"
def a3, do: "HRV"
matcher(:regex, ["385"])
end