[
https://issues.apache.org/jira/browse/LANG-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell reopened LANG-192:
--------------------------------
The javadoc says 'splitCamelCase'.
We shouldn't be using a boolean parameter as a public method specifier; we try
to avoid those as they're not compile-time checked.
ie) it should be:
public splitByCharacterType(String str)
public splitByCharacterTypeCamelCase(String str) [or just splitByCamelCase if
preferred]
private splitByCharacterType(String str, boolean camelCase)
> [lang] split camel case strings
> -------------------------------
>
> Key: LANG-192
> URL: https://issues.apache.org/jira/browse/LANG-192
> Project: Commons Lang
> Issue Type: Improvement
> Environment: Operating System: All
> Platform: All
> Reporter: Anthony Perritano
> Priority: Minor
> Fix For: 2.4
>
> Attachments: StringUtils.patch, StringUtilsTest.patch
>
>
> Have the ability to split up any entered camel cased string.
> example:
> entering stepListFirst would return step List First.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.