From 047cbbc9790cccb0fe13132e7588fc7d7ed82240 Mon Sep 17 00:00:00 2001 From: Sebastian Stock <42280794+sostock@users.noreply.github.com> Date: Thu, 9 Sep 2021 08:34:04 +0200 Subject: [PATCH] Add compat note to eachsplit docstring --- base/strings/util.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/strings/util.jl b/base/strings/util.jl index ad61a01677a70..df27dbf29ae10 100644 --- a/base/strings/util.jl +++ b/base/strings/util.jl @@ -399,6 +399,9 @@ The default of `limit=0` implies no maximum. See also [`split`](@ref). +!!! compat "Julia 1.8" + This function requires at least Julia 1.8. + # Examples ```jldoctest julia> a = "Ma.rch"