[jira] Updated: (LANG-415) Two new static methods in StringUtils: camelCaseToUnderscoreSeparated(String) and underscoreSeparatedToCamelCase(String)

2008-03-04 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-415: --- Fix Version/s: (was: 2.4) > Two new static methods in StringUtils: camelCaseToUnderscoreSeparated(S

[jira] Updated: (LANG-415) Two new static methods in StringUtils: camelCaseToUnderscoreSeparated(String) and underscoreSeparatedToCamelCase(String)

2008-03-03 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz Błaszczyk updated LANG-415: Attachment: LANG-415.patch These are the two methods I included in a description earlier. The