Skip to content

to_upper

Converts a string to uppercase.

to_upper(x:string) -> string

The to_upper function converts all characters in x to uppercase.

from {x: "hello".to_upper()}
{x: "HELLO"}

to_lower, to_title