Bash++
Bash++ compiler internal documentation
|
#include <string>
Macros | |
#define | SRC_BPP_REPLACE_ALL_CPP_ |
Functions | |
std::string | replace_all (std::string str, const std::string &from, const std::string &to) |
Replace all occurences of a substring in a string. More... | |
#define SRC_BPP_REPLACE_ALL_CPP_ |
Copyright (C) 2025 rail5 Bash++: Bash with classes
std::string replace_all | ( | std::string | str, |
const std::string & | from, | ||
const std::string & | to | ||
) |
Replace all occurences of a substring in a string.
str | The string to search in |
from | The substring to search for |
to | The substring to replace with |