tolower()

使用 “版本 ”下拉列表切换服务。 了解有关导航的详细信息
适用于:✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel

将输入字符串转换为小写。

语法

tolower( 价值)

详细了解语法约定

参数

客户 类型 必需 Description
value string ✔️ 要转换为小写字符串的值。

返回

如果转换成功,则结果为小写字符串。 如果转换不成功,则结果为 null

示例

以下示例检查 tolower() 函数是否将大写输入字符串转换为小写。

tolower("Hello") == "hello"