FIXED:
* Docs error
This commit is contained in:
brent saner
2026-01-07 19:15:21 -05:00
parent bb71be187f
commit 2edbc9306d

View File

@@ -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