lowerCase
Full name: taxi.stdlib.lowerCase
Signature
declare extension function lowerCase(String):StringDescription
Converts all characters in the string to lower case.
find { product: Product } as {
lowerName: String = product.name.lowerCase()
}Examples
Converts a string to lower case.
Try it out
Schema
Query Plan
Play with this snippet by editing it here, or edit it on Taxi Playground
Result
Query failed