regex last word in string java code example Example: remoce last character froma java string str = str.substring(0, str.length() - 1);