I'm using JSTL to display information on my pages. Some of the data needs to be truncated, but I need to do so without splitting a word. I found a solution on how to do this in Javascript, but I would rather use JSTL tags (substring, replace) instead.
Start Free Trial