# README
strcase
Imported from https://github.com/takuoki/gocase and adapted. Thanks to @takuoki
for the original work.
See https://github.com/steebchen/prisma-client-go/issues/1103 for details.
# Functions
ToLowerCamel converts a string to lowerCamelCase.
ToUpperCamel converts a string to CamelCase.