Development build 586e1bd4
Typst文档简体中文版v0.15.1 + dev 586e1bd4

lower自始可用Go to source

Converts a string or content to lowercase.

Example

#lower("ABC") \ #lower[*My Text*] \ #lower[already low]

参数
Question mark

text
str or content
必需参数
Question mark
位置参数
Question mark

The text to convert to lowercase.