字符串长度

点击复制

返回一个给定字符串的长度。


例子。String Length("lorem") = 5.

流动连接

  • [Input] In - 开始该块的执行。
  • [Output] Out - 当区块执行完毕后激活。

数据连接

  • [Input] String (string/email/text/phone number/geo point) - 要评估的字符串。
  • [Output] Result (integer) - 在 "字符串 "数据输入中的长度/字符数。