kotlin.text.format

format

inline fun String.format(vararg args: Any?): String

Platform and version requirements: JVM

inline fun String.Companion.format(
    format: String, 
    vararg args: Any?
): String

Platform and version requirements: JVM

inline fun String.Companion.format(
    locale: Locale, 
    format: String, 
    vararg args: Any?
): String

Platform and version requirements: JVM

Uses this string as a format string and returns a string obtained by substituting the specified arguments, using the default locale