length

Gets the length of an array or string.

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

DSL function for "length".

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

Gets the length of an string.

fun length(string: String): Expression