开发者

looking for a JSP tag that truncate text

开发者 https://www.devze.com 2023-03-08 06:59 出处:网络
Is there a ready-made JSP tag that truncate text to a given length, without breaking the word in the middle. instead find the next space.

Is there a ready-made JSP tag that truncate text to a given length, without breaking the word in the middle. instead find the next space. e.g: - text = "aaa bbb ccc" - truncated text to 5 = "aaa bbb..." - truncated text 开发者_开发技巧to 2 = "aaa..."

Cheers


Look at MMBase Library. These have such features

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号