string

Asserts that the input value is a string. If multiple values are provided, each one is evaluated in order until a string is obtained. If none of the inputs are strings, the expression is an error.

fun string(vararg expressions: Array<out Expression>): Expression

DSL function for "string".

fun string(block: Expression.ExpressionBuilder.() -> Unit): Expression