length

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

Returns the length of an array or string.

fun length(string: String): Expression

Gets the length of an string.