[ 
https://issues.apache.org/jira/browse/LANG-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483783#comment-16483783
 ] 

Jochen Schalanda commented on LANG-1390:
----------------------------------------

Hi [~garydgregory],

Thanks for your remarks!

I've addressed the issues in the original PR on GitHub: 
[apache/commons-lang#324|https://github.com/apache/commons-lang/pull/324]

Best regards,
Jochen

> StringUtils.join() with support for List<?> with configurable start/end 
> indices
> -------------------------------------------------------------------------------
>
>                 Key: LANG-1390
>                 URL: https://issues.apache.org/jira/browse/LANG-1390
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.*
>    Affects Versions: 3.7
>            Reporter: Jochen Schalanda
>            Priority: Minor
>
> Apache Commons Lang offers a variant of the 
> [StringUtils#join()|https://commons.apache.org/proper/commons-lang/javadocs/api-3.7/org/apache/commons/lang3/StringUtils.html#join-java.lang.Object:A-java.lang.String-int-int-]
>  function which allows specifying the start and end indices which should be 
> used to concatenate the elements.
> Unfortunately, this method only works for arrays (as of Apache Commons Lang 
> 3.7) but not for lists 
> ([java.util.List|https://docs.oracle.com/javase/8/docs/api/java/util/List.html]).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to