Skip to content

PartitionByFirstRegexMatch

cpgames edited this page Aug 28, 2022 · 3 revisions

image

Partitions input partition by first regex match.


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:

Found - executes if match found.
NotFound - executes if no match found.
Match (type: Partition) - partitioned regex match.

Clone this wiki locally