snakeToCamel

fun String.snakeToCamel(): String

Transform the target string from snake case to camel case.