白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Split string
发刊日期:
2021/10/15
编辑团队:
实在学院
Function description
Crop the space to the left of the target string and output it to the specified variable.
instructions
After adding the split string component to the visual editing area, you can set the attribute & ldquo; Target string & rdquo& ldquo; Separator & rdquo; Enter the corresponding content in, and then after running the component successfully, divide the target string with a separator and assign it to the variable; The results of this operation are: ["a", "C", "d"].
Attribute description
- Output to: output the results of component operation to variables.
- Target string: the string to be manipulated.
- Separator: the string that needs to split the target string.




