RemoveLast
BString& RemoveLast(const BString& string);
BString& RemoveLast(const char* string);
windowName.RemoveLast(teamSuffix);
str = str.RemoveLast("..");
baseName.RemoveLast(fExtension);
decoratorName.RemoveLast(" ");
decoratorName.RemoveLast(" ");
srcString.RemoveLast(path.Leaf());
return label.RemoveLast("Decorator").Trim().String();
return label.RemoveLast("ControlLook").Trim().String();
file.RemoveLast("/");
string1.RemoveLast(string2);
string1.RemoveLast(string2);
string1.RemoveLast("first");
string1.RemoveLast("noway");
registrarPath.RemoveLast(__progname);