lower
Converts a string or content to lowercase.
Example
#lower("ABC") \
#lower[*My Text*] \
#lower[already low]
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 lowercase.