ShortUrl

constructor(regex: String, type: String, function: suspend (String) -> String)(source)
constructor(regex: Regex, type: String, function: suspend (String) -> String)(source)