there are also rules for conversion to the common ...
# http4k
d
there are also rules for conversion to the common format. This is the transformation that takes place:
Copy code
fun String.convertFromKey() = replace("_", "-").replace(".", "-").toLowerCase()