ReplaceLast
BString& ReplaceLast(char replaceThis, char withThis);
BString& ReplaceLast(const char* replaceThis,
pngCopyright.ReplaceLast("\n", "");
leftStr.ReplaceLast(".hpkg", "");
str.ReplaceLast('x', 'b');
str.ReplaceLast("sea", "the");
str.ReplaceLast("tex", "the");
str.ReplaceLast("sea", NULL);
str.ReplaceLast('t', 'w');