Skip to content

PartitionByRegexMatch

cpgames edited this page Jul 14, 2022 · 1 revision

image

Partitions input partition by all regex matches.

Note: this is non-recursive partitioning.


Input Ports:

Start - execution entry.
Partition (type: Partition) - input partition.
Pattern (type: regex string) - regex match to search in Partition data.
RegexOptions - regex options for match function.


Output Ports:

Done - executes if match found.
Loop - executes for each match found.
Match (type: Partition) - partitioned regex match.

Clone this wiki locally