matchesFormat

fun String.matchesFormat(format: String, vararg args: String): Boolean(source)

Returns true if format is a format string for this string, optionally after inserting args into format.

Throws

MissingFormatArgumentException

if args has fewer arguments than required for format