All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dehuckakpyt.telegrambot.ext.StringExt.kt Maven / Gradle / Ivy

The newest version!
package io.github.dehuckakpyt.telegrambot.ext

import com.fasterxml.jackson.databind.PropertyNamingStrategies


/**
 * Created on 25.12.2023.
 *

* * @author Denis Matytsin */ private val translator = PropertyNamingStrategies.KebabCaseStrategy() internal fun String.toKebabCase(): String = translator.translate(this)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy