ShortUrl

data class ShortUrl(val regex: Regex, val type: String, val function: suspend (String) -> String)(source)

Constructors

Link copied to clipboard
constructor(regex: String, type: String, function: suspend (String) -> String)
constructor(regex: Regex, type: String, function: suspend (String) -> String)

Properties

Link copied to clipboard
val function: suspend (String) -> String
Link copied to clipboard
Link copied to clipboard