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