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