...

uppercase

uppercase(text) 🡒 text, const pure function

Returns the uppercase version of the text.

show scalar "" a1b1 with uppercase("Hello World!") // returns HELLO WORLD!

See also

User Contributed Notes
0 notes + add a note