strcase
strcase copied to clipboard
Go package to convert strings to snake_case, camelCase, kebab-case and more! Supports Go initialisms
Results
2
strcase issues
Sort by
recently updated
recently updated
newest added
Hi, great library btw it has been very helpful with code gen work we are doing! ### What did you do? `strcase.ToCamel("nativeOrgURL")` ### What did you expect to see? `output...
### What does this fix or improve? Here we preserve existing initialisms without them needing to be defined ahead of time. For instance, ``` caser := NewCaser(false, nil, nil) //...