Text.Lower(string as nullable text) as nullable text
返回将 text 中的所有字符转换为小写的结果。
text
获取 "AbCd" 的小写版本。
Text.Lower("AbCd")
"abcd"