Re: New methods: camelCaseToUnderscoreSeparated(String, boolean) and underscoreSeparatedToCamelCase(String)

2008-03-03 Thread Grzegorz Błaszczyk
Henri Yandell wrote: Could you open a JIRA issue for the idea and attach a patch file? I added it as: https://issues.apache.org/jira/browse/LANG-415 We're really close to releasing 2.4, so I'm not sure if it would go in there or not. There was also a ticket about camel case in 2.4 that you m

New methods: camelCaseToUnderscoreSeparated(String, boolean) and underscoreSeparatedToCamelCase(String)

2008-03-02 Thread Grzegorz Błaszczyk
Hello, I would like to add two new static methods for handling camel scape and underscore separated strings to org.apache.commons.lang.StringUtils class. Please give me a hand how to add it to the repository (commit to some branch or something) without breaking anything else (code below). Gr

New methods: camelCaseToUnderscoreSeparated(String, boolean) and underscoreSeparatedToCamelCase(String)

2008-03-02 Thread Grzegorz Błaszczyk
Hello, I would like to add two new static methods for handling camel scape and underscore separated strings to org.apache.commons.lang.StringUtils class. Please give me a hand how to add it to the repository (commit to some branch or something) without breaking anything else (code below). Grzego