length

@JvmStatic
fun length(vararg expressions: Expression): Expression

Returns the length of an array or string.


DSL function for "length".


@JvmStatic
fun length(string: String): Expression

Gets the length of an string.