云日志服务 LTS-多字符串和排序、反转、替换:str_translate

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

str_translate

  • 函数格式
    str_translate(value, replace_string, mapping_string)
  • 参数说明

    参数名称

    参数类型

    是否必填

    说明

    value

    任意(自动转为String)

    需要被替换的原字符串。

    replace_string

    任意(自动转为String)

    需要替换的字符集合。

    mapping_string

    任意(自动转为String)

    替换后的字符集合。

  • 返回结果

    处理后的字符串。

  • 函数示例
    • 测试数据:无
    • 加工规则
      e_set("str_translate", str_translate("lts", "ts", "34"))
    • 加工结果
      str_translate: l34
support.huaweicloud.com/usermanual-lts/zh-cn_topic_0000001891594188.html