Files
Nim/lib
Zoom 81eabe3b9e [feature] stdlib: strutils.multiReplace for character sets (#24805)
Multiple replacements based on character sets in a single pass. Useful
for string sanitation. Follows existing `multiReplace` semantics.

Note: initially copied the substring version logic with a `while` and a
named block break, but Godbolt showed it had produced slightly larger
assembly using higher registers than the final version.

- [x] Tests
- [x] changelog.md

(cherry picked from commit 909f3b8b79)
2025-03-25 09:44:49 +01:00
..
2017-02-20 17:24:19 +02:00
2025-01-15 10:21:53 +01:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00