Split text

../../../../_images/split_text.svg

Documentation

Split a text into multiple parts with a Pattern. The Pattern can be specified with a regular expression (regex) by checking the Use regex box. For more information about how to write regex, see Regular expression syntax.

Definition

Input ports

in text

Text

Output ports

out [text]

Text parts

Configuration

Pattern (pattern)

A pattern which marks where a split should be made.

Use regex (use_regex)

If checked, the pattern is interpreted as a regex. Otherwise, the pattern is interpreted as plain text. Learn more about Regular expression syntax in the documentation appendix.

Implementation

class node_text_operations.SplitText[source]