I wrote the code to convert string in Kotlin. This time I tried the following 4 patterns.
- Make first letter lower
- Make first letter upper
- Convert snake case string to camel case
- Convert camel case string to snake case
I wrote the code to convert string in Kotlin. This time I tried the following 4 patterns.