strings.to_lower

支援的國家/地區:
strings.to_lower(stringText)

說明

這個函式會接收輸入字串,並將所有字元轉換為小寫,然後傳回字串

參數資料類型

STRING

傳回類型

STRING

程式碼範例

範例 1

以下範例會傳回 true

"test@google.com" = strings.to_lower($e.network.email.to)