云日志服务 LTS-常见操作:str_lower

时间:2024-11-02 18:44:20

str_lower

将字符串中所有大写字符转换为小写字符。

  • 函数格式
    str_lower(value)
  • 参数说明

    参数名称

    参数类型

    是否必填

    说明

    value

    任意(自动转为String)

    需要被转换的字符串。

  • 返回结果

    转换后的字符串

  • 函数示例
    • 测试数据
      {
       "name": "LTs"
      }
    • 加工规则
      e_set("str_lower", str_lower(v("name")))
    • 加工结果
      name: LTs 
      str_lower: lts
support.huaweicloud.com/usermanual-lts/lts_07_0168.html