Split Text#
Splits a string into substrings based on the specified delimiter character.
| Text | [Text] Input string. |
| Delimiter | [Text] The character by which the string will be split. |
| New Line | If selected, the split will occur at new lines. The Delimiter property is ignored. |
| Remove Empty Substrings | If selected, empty strings will be removed from the result. |
| Trim | If selected, each line in the result will be trimmed (all leading and trailing whitespace characters will be removed). |
| Result | [List] A list of strings after splitting. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block. |