IReplaceLast
BString& IReplaceLast(char replaceThis, char withThis);
BString& IReplaceLast(const char* replaceThis,
str.IReplaceLast('t', 'w');
str.IReplaceLast('x', 'b');
str.IReplaceLast("sea", "the");
str.IReplaceLast("tex", "the");
str.IReplaceLast("sea", NULL);