Description
Apache Commons Lang offers a variant of the StringUtils#join() 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).
Attachments
Issue Links
- links to