Documentation

string::Replace

Method in string

string Replace(const string&in search, const string&in replace) const

Returns the string with all the given search substrings replaced with the given replacement string.

string search

string replace

Returns string