strcase icon indicating copy to clipboard operation
strcase copied to clipboard

SQL is converted to Sql

Open bo-er opened this issue 1 year ago • 2 comments

for example, listMysqlTopSQL is converted to ListMysqlTopSql. expectation: the result should be ListMysqlTopSQL

bo-er avatar Dec 11 '24 11:12 bo-er

Are you looking for?

https://pkg.go.dev/github.com/iancoleman/strcase#ConfigureAcronym

ccoVeille avatar Dec 11 '24 12:12 ccoVeille

I think this is a regression caused by #41. In 0.2.0, it does return ListMysqlTopSQL.

WGH- avatar Apr 01 '25 21:04 WGH-