Text Processor
Text Processor
Perform basic text operations such as concatenation, splitting, etc.
Node Configuration
Currently, two string processing methods are supported: Concatenation and Splitting.
Concatenation
Allows you to freely concatenate variables and any string. The result will be output as a single string.
Splitting
- Target: The string to be split.
- Separator: You can define one or more separators. The system will split the target based on the separators and output the result as an array.