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 SubstringsIf selected, empty strings will be removed from the result.
TrimIf 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:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

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:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

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.

The operation of this block is demonstrated in the video:#

ucontentsherparpa.ru