开发者

looking for a JSP tag that truncate text

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜