io.github.dehuckakpyt.telegrambot.ext.StringExt.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-bot-ktor Show documentation
Show all versions of telegram-bot-ktor Show documentation
Kotlin Telegram Bot library
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