length

fun length(vararg expressions: Expression): Expression

Gets the length of an array or string.

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

DSL function for "length".

fun length(string: String): Expression

Gets the length of an string.