Hard to say without seeing a PR. I expect that the code would support
generating foo_bar (for variables) as well as FOO_BAR (for constants).

Gary

Gary

On Wed, Jun 22, 2022, 07:38 Ratul Sharker <sharker.ratul...@gmail.com>
wrote:

> Hi There,
>
> Good evening. Lately I was in need of an operation to convert a camel case
> string into a snake case string. Searching in google forwarded me to
> "org.apache.commons.text.CaseUtils" which has `toCamelCase(...)`.
>
> I want to contribute my implementation of `toSnakeCase(...)` similar to
> `toCamelCase(...)`. Does this add any value in `CaseUtils` ?
>
> Please let me know your thoughts.
>
>
> Thanks in advance,
> Ratul Sharker
>

Reply via email to