Re: [text.CaseUtils] adding support for snake_case and kebab-case

2019-12-07 Thread Bryan Rickman
, 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

[text.CaseUtils] adding support for snake_case and kebab-case

2019-12-07 Thread Bryan Rickman
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