camelPlus

fun String.camelPlus(other: String): String(source)

Appends other, ensuring the resulting string is in camel case as long as this and other are also in camel case.