Rose::StringUtility::replaceAllCopy
Replace a pattern with another one in a string
Synopsis
Declared in <src/Rose/StringUtility/Replace.h>
[[visibility]]
std::string
replaceAllCopy(
std::string const& input,
std::string const& search,
std::string const& replacedWith);
Description
@{
Return Value
Updated string.
Parameters
Name |
Description |
input |
Input string. |
search |
Substring to replace. |
replacedWith |
Replacement text. |
Created with MrDocs