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

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

str_isupper

判断字符串中所有的字母是否都为大写。

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

    参数名称

    参数类型

    是否必填

    说明

    value

    任意(自动转为String)

    需要被检测的字符串。

  • 返回结果

    true/false。

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