Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
Description
Commons Lang 2.x has method WordUtils.abbreviate(java.lang.String str, int lower, int upper, java.lang.String appendToEnd), which
- operates on words not Strings as StringUtils.abbreviate
- it allows to specify what shoud be appended to string (StringUtils.abbreviate always appends "...")
In 3.0 there is no such method, but it was very usefull. please add support for WordUtils.abbreviate
Attachments
Attachments
Issue Links
- relates to
-
LANG-673 WordUtils.abbreviate() throws undocumented StringIndexOutOfBoundsException (ACTION: Method Removed)
- Closed
- links to