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