語法
Text.Lower(text as nullable text, optional culture as nullable text) as nullable text
關於
傳回將 text 中所有字元轉換為小寫的結果。 也可以提供選擇性的 culture (例如,"en-US")。
範例 1
取得 "AbCd" 的小寫版本。
使用方式
Text.Lower("AbCd")
輸出
"abcd"
Text.Lower(text as nullable text, optional culture as nullable text) as nullable text
傳回將 text 中所有字元轉換為小寫的結果。 也可以提供選擇性的 culture (例如,"en-US")。
取得 "AbCd" 的小寫版本。
使用方式
Text.Lower("AbCd")
輸出
"abcd"