WordUtils.abbreviate support in 3.0
-----------------------------------

                 Key: LANG-766
                 URL: https://issues.apache.org/jira/browse/LANG-766
             Project: Commons Lang
          Issue Type: New Feature
          Components: lang.text.*
            Reporter: Mirek Hankus


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to