go-strcase icon indicating copy to clipboard operation
go-strcase copied to clipboard

Convert snake case, camel case and kebap case strings

Results 1 go-strcase issues
Sort by recently updated
recently updated
newest added

Hi! I found a small bug in UpperCamelCase/LowerCamelCase conversion functions when they are applied on a string `"XRequestId"`. The second letter (R) is not capitalized after conversion. Here is a...

bug