Join Slack
Communities
Powered by
there are also rules for conversion to the common ...
# http4k
d
dave
11/29/2019, 7:29 PM
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()
Open in Slack
Previous
Next