コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
strings.to_lower
strings.to_lower(stringText)
説明
この関数は、入力文字列を受け取り、すべての文字を小文字に変更した文字列を返します。
パラメータのデータ型
STRING
戻り値の型
STRING
コードサンプル
例 1
次の例では、true
が返されます。
"test@google.com" = strings.to_lower($e.network.email.to)
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-29 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-29 UTC。"],[[["\u003cp\u003eThe \u003ccode\u003estrings.to_lower\u003c/code\u003e function converts all characters in an input string to lowercase.\u003c/p\u003e\n"],["\u003cp\u003eThis function is supported in Rules and Search within Chronicle.\u003c/p\u003e\n"],["\u003cp\u003eThe function accepts a \u003ccode\u003eSTRING\u003c/code\u003e as input and returns a \u003ccode\u003eSTRING\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn example demonstrates its use in comparing a lowercase string to an email address.\u003c/p\u003e\n"]]],[],null,["### strings.to_lower\n\nSupported in: \n[Rules](/chronicle/docs/detection/default-rules) [Search](/chronicle/docs/investigation/udm-search) \n\n strings.to_lower(stringText)\n\n#### Description\n\nThis function takes an input string and returns a string after changing all\ncharacters to lowercase\n\n#### Param data types\n\n`STRING`\n\n#### Return type\n\n`STRING`\n\n#### Code samples\n\n##### Example 1\n\nThe following example returns `true`. \n\n \"test@google.com\" = strings.to_lower($e.network.email.to)"]]