[
https://issues.apache.org/jira/browse/LANG-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton updated LANG-257:
---------------------------------
Summary: Add new splitByWholeSeparatorPreserveAllTokens() methods to
StringUtils (was: [Patch] - added new methods to StringUtil)
> Add new splitByWholeSeparatorPreserveAllTokens() methods to StringUtils
> -----------------------------------------------------------------------
>
> Key: LANG-257
> URL: https://issues.apache.org/jira/browse/LANG-257
> Project: Commons Lang
> Issue Type: Improvement
> Affects Versions: 2.1
> Reporter: Cameron Whitehead
> Priority: Minor
> Fix For: 2.4
>
> Attachments: LANG-257.patch, StringUtils-enhancements.patch
>
>
> I added two methods I found helpful.
> public static String[] splitByWholeSeparatorPreserveAllTokens(String str,
> String separator, int max)
> public static String[] splitByWholeSeparatorPreserveAllTokens(String str,
> String separator)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.