Text.Lower

Text.Lower(string as nullable text) as nullable text

返回将 text 中的所有字符转换为小写的结果。

示例:

获取 "AbCd" 的小写版本。

使用情况:

Text.Lower("AbCd")

输出:

"abcd"

results matching ""

    No results matching ""