Left
返回字符串中最左侧的 n 个字符
· 输入:string (string) number (int32)
· 输出:result (string)
· 示例。如果【字段选择】步骤的输入数据流中的 mystring1 字段包含字符串“chocolate drops, chocolate ice cream, chocolate bars, chocolate dippers”,那么以下函数将返回字符串“chocolate”。
Left(mystring1,9)
Last updated
Was this helpful?