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

时间:2024-05-23 10:48:52

str_swapcase

对字符串的大小写字母进行转换。

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

    参数名称

    参数类型

    是否必填

    说明

    value

    任意(自动转为String)

    需要被转换的字符串。

  • 返回结果

    转换后的字符串。

  • 函数示例
    • 测试数据
      {
       "name": "this is lts"
      }
    • 加工规则
      e_set("str_swapcase", str_swapcase(v("name")))
    • 加工结果
      name: this is lts 
      str_swapcase: THIS IS LTS
support.huaweicloud.com/usermanual-lts/zh-cn_topic_0000001891754100.html