upperCase

Full name: taxi.stdlib.upperCase

Signature

declare extension function upperCase(String):String

Description

Converts all characters in the string to upper case.

find { product: Product } as {
   upperName: String = product.name.upperCase()
}

Examples

Converts a string to upper case.

Try it out

Schema
Query Plan
Play with this snippet by editing it here, or edit it on Taxi Playground
Result
Query failed
Next
Welcome to Taxi