I need to create a summary table at the end of a log with some values that are obtained inside a class. The table needs to be printed in fixed-width format. I have the cod
You can achieve this easily using
shortString = longString.substring(0, Math.min(s.length(), MAX_LENGTH));