Skip to content

SgNodeHelper::replaceString

replace in string 'str' each string 'from' with string 'to'.

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

void
replaceString(
    std::string& str,
    std::string const& from,
    std::string const& to);

Created with MrDocs