From 2edbc9306daca0a341227d86a5d5641d82fbfa93 Mon Sep 17 00:00:00 2001 From: brent saner Date: Wed, 7 Jan 2026 19:15:21 -0500 Subject: [PATCH] v1.15.4 FIXED: * Docs error --- remap/funcs_remap.go | 1 - 1 file changed, 1 deletion(-) diff --git a/remap/funcs_remap.go b/remap/funcs_remap.go index 6b93d90..1354db4 100644 --- a/remap/funcs_remap.go +++ b/remap/funcs_remap.go @@ -352,7 +352,6 @@ It will panic if the embedded [regexp.Regexp] is nil. This operates on only the first found match (like [regexp.Regexp.FindStringSubmatch]). To operate on *all* matches, use [ReMap.MapStringAll]. -To operate on *all* matches with retained grouping, use [ReMap.MapStringAllSplit]. A small deviation and caveat, though; empty strings instead of nils (because duh) will occupy slice placeholders (if `inclNoMatchStrict` is specified). This unfortunately *does not provide any indication* if an empty string positively matched the pattern (a "hit") or if it was simply