downcase

fun downcase(vararg expressions: Expression): Expression
fun downcase(value: String): Expression

Returns the input string converted to lowercase. Follows the Unicode Default Case Conversion algorithm and the locale-insensitive case mappings in the Unicode Character Database.

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

DSL function for "downcase".