Companion

object Companion

Functions

Link copied to clipboard
fun replacePlaceholders(message: String, placeholders: Map<String, String>): String

Replaces placeholders in a message with the specified values. EG: replacePlaceholders("Hello, %name%!", mapOf("name" to "Spartacus04")) -> "Hello, Spartacus04!"