string replace

(const string &sString,
  const string &sOld, const string &sNew)

Replace parts in a string.

Documentation

Replace parts in a string. This function can be used to replace all occurences of the sub string sOld in the string sString with the new sub string sNew. The function returns the resulting string.

Alphabetic index



This page was generated with the help of DOC++.