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