[
https://issues.apache.org/jira/browse/LANG-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554522
]
Henri Yandell commented on LANG-387:
------------------------------------
>From the STATUS.html:
"StringUtils.reverseSplit(String, String delim, int count). Should basically be
a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))'."
The patch is reverseSplit(String).
Though I think the reverseDelimitedString shouldn't be there. If just
reverseArray around split - I don't think there's much value in this.
Side note - we need to dump the STATUS action items into JIRA and punt the ones
we don't want.
> StringUtils.reverseSplit() + Unit Test
> --------------------------------------
>
> Key: LANG-387
> URL: https://issues.apache.org/jira/browse/LANG-387
> Project: Commons Lang
> Issue Type: New Feature
> Affects Versions: Known Issue
> Reporter: Hasan Diwan
> Priority: Minor
> Attachments: lang.pat
>
>
> Per the status file, reverseSplit and a unit test are attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.