strings.to_lower

以下でサポートされています。
strings.to_lower(stringText)

説明

この関数は、入力文字列を受け取り、すべての文字を小文字に変更した文字列を返します。

パラメータのデータ型

STRING

戻り値の型

STRING

コードサンプル

例 1

次の例では、true が返されます。

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