toCamelCase

internal fun toCamelCase(input: String): String

Converts a string to camelCase (first letter lowercase).