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

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

str_upper

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

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

    参数名称

    参数类型

    是否必填

    说明

    value

    任意(自动转为String)

    需要被转换的字符串。

  • 返回结果

    转换后的字符串

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