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
import java.util.*


/**
 * Created on 18.07.2023.
 *

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy