_DoReplace
BString& _DoReplace(const char* findThis,
return _DoReplace(replaceThis, withThis, 1, 0, KEEP_CASE);
return _DoReplace(replaceThis, withThis, REPLACE_ALL,
return _DoReplace(replaceThis, withThis, maxReplaceCount,
return _DoReplace(replaceThis, withThis, 1, 0, IGNORE_CASE);
return _DoReplace(replaceThis, withThis, REPLACE_ALL,
return _DoReplace(replaceThis, withThis, maxReplaceCount,
return _DoReplace(escape, "", REPLACE_ALL, 0, KEEP_CASE);
return _DoReplace(string.String(), "", REPLACE_ALL, 0, KEEP_CASE);
return _DoReplace(string, "", REPLACE_ALL, 0, KEEP_CASE);