Skip to content

RegexMatchPresentInPartitionCollection

cpgames edited this page Jul 14, 2022 · 1 revision

image

Checks if a partition matching regex pattern exists in collection.


Input Ports:

Start - execution entry.
PartitionCollection (type: List) - input partition collection.
Pattern (type: string) - match to search for in the collection.
RegexOptions - regex options for match function.


Output Ports:

True - executes if at least one partition in PartitionCollection matches specified Pattern.
False - executes if no partitions in PartitionCollection matches specified Pattern.

Clone this wiki locally