, 12:20 PM sebb wrote:
> On Sat, 7 Dec 2019 at 17:05, Bryan Rickman
> wrote:
>
> > I recently used the text.CaseUtils for converting to camelCase and
> > PascalCase. I also needed to convert to snake_case and kebab-case, and
> > ended up writing my own code for that (I wa
I recently used the text.CaseUtils for converting to camelCase and
PascalCase. I also needed to convert to snake_case and kebab-case, and
ended up writing my own code for that (I wasn't really a big fan of other
utility options out there). Would it be well received if I submitted a PR
for adding th