Bitcoin Core 32.99.0
P2P Digital Currency
Namespaces | Functions
string.cpp File Reference
#include <util/string.h>
#include <iterator>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
Include dependency graph for string.cpp:

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