uppercase

uppercase, function

def const pure uppercase(text: text): text

Returns the uppercase version of text.

Example

show scalar "Uppercase" with uppercase("Hello World!")

This outputs the following scalar:

Uppercase
HELLO WORLD!

See also

User Contributed Notes
0 notes + add a note