StringCase
StringCase copied to clipboard
👇👆🐍 Converts String to lowerCamelCase, UpperCamelCase and snake_case. Tested and written in Swift.
Results
1
StringCase issues
Sort by
recently updated
recently updated
newest added
This is a first implementation of [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles). I've only modified `StringCase.swift` at this time. Tests and changes to the Readme are missing.