You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Will Pugh (JIRA)" <ji...@apache.org> on 2006/07/03 22:59:30 UTC

[jira] Updated: (LANG-268) StringUtils.join should allow you to pass a range for it (so it only joins a part of the array)

     [ http://issues.apache.org/jira/browse/LANG-268?page=all ]

Will Pugh updated LANG-268:
---------------------------

    Attachment: addRangeToJoin.patch

A patch with the new methods as well as new unit tests

> StringUtils.join should allow you to pass a range for it (so it only joins a part of the array)
> -----------------------------------------------------------------------------------------------
>
>          Key: LANG-268
>          URL: http://issues.apache.org/jira/browse/LANG-268
>      Project: Commons Lang
>         Type: Improvement

>     Reporter: Will Pugh
>  Attachments: addRangeToJoin.patch
>
> Currently join, takes an array of objects, adn joins them using a character or string as a separator.
> The problem is that there are many instances where I have an array, but I only want to join part of it.  There are various split, etc. I can use to get this to work, but the problem is that they are all inefficient and more work than I think I should have to do.
> I've attached a patch that introduces two new methods to do what I am requesting (one for the string case, one for the character case), as well as additions to the unit tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org