remove 5 last character from string code example Example: remoce last character froma java string str = str.substring(0, str.length() - 1);