注意:以下翻译的准确性尚未经过验证。这是使用 AIP ↗ 从原始英文文本进行的机器翻译。
支持于:批处理,流处理
根据索引从字符串中提取左侧部分。
表达式类别:字符串
输出类型: 字符串
参数值:
输出: Hello
参数值:
string
length
string | length | 输出 |
---|---|---|
Hello world! | -10 | 空字符串 |
参数值:
string
length
string | length | 输出 |
---|---|---|
null | 1 | null |
Hello world! | null | null |
null | null | null |
描述:长度大于字符串长度将返回完整字符串。 参数值:
输出: Hello world!