云日志服务 LTS-字符集判断:str_istitle

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

str_istitle

判断字符串中所有单词的拼写首字母是否为大写,且其他字母为小写。

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

    参数名称

    参数类型

    是否必填

    说明

    value

    任意(自动转为String)

    需要被检测的字符串。

  • 返回结果

    true/false。

  • 函数示例
    • 测试数据
      {
       "key":"Lts Is A Log Service"
      }
    • 加工规则
      e_set("str_istitle", str_istitle(v("key")))
    • 加工结果
      key: Lts Is A Log Service 
      str_istitle: true
support.huaweicloud.com/usermanual-lts/lts_07_0170.html