upper
Converts a string or content to uppercase.
Example
#upper("abc") \
#upper[*my text*] \
#upper[ALREADY HIGH]
Parameters
Parameters are the inputs to a function. They are specified in
parentheses after the function name.
text
Required Positional
Positional parameters are specified in order, without names.
The text to convert to uppercase.