camelToSnake

fun String.camelToSnake(): String

Transform the target string from camel case to snake case.