Skip to content

RegexMatchPresentInPartition

cpgames edited this page Jul 14, 2022 · 1 revision

image

Checks whether regex Pattern exists in *Partition data.


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:

True - executes if match exists.
False - executes if no match exists.

Clone this wiki locally