mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 13:42:10 +02:00
PR #25803 changed these parameters to `const std::string&` for `std::regex_replace()`. The literal implementation no longer needs owned strings, so restore the original `std::string_view` interface.