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