![]() |
Bitcoin Core 32.99.0
P2P Digital Currency
|
#include <util/string.h>#include <iterator>#include <memory>#include <stdexcept>#include <string>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | util |
Functions | |
| void | util::ReplaceAll (std::string &in_out, std::string_view search, std::string_view substitute) |
Replace every non-overlapping occurrence of search with substitute, treating both literally; the replacement text is not searched again. More... | |