Hi,

I raised https://issues.apache.org/jira/browse/LANG-1037 recently,
which would add support to StringUtils for joining lists of strings
with a different end separator. The idea is to support use cases such
as:

join(["a", "b", "c"], ", ", " and ") = "a, b and c".

Does anyone have any objections to me implementing this? My Jira issue
lists the three methods I would propose to add.

Kind regards,

Duncan

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

Reply via email to