mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 11:13:38 +00:00
* Added `replace` for simple pre-allocated search-and-replace * Added `replacementSize` for calculating ahead-of-time buffer sizes for performing a safe search-and-replace * Added `replaceOwned` for automatically allocating and performing replacement