toCamelCase

open fun toCamelCase(string: CharSequence): String

Converts an arbitrary string to a camel-case string which can be used in a Java identifier. Eg, with_underscores -> withUnderscores