Skip to content

FindFirstPartitionInCollection

cpgames edited this page Jul 12, 2022 · 1 revision

image

Finds first partition matching regex Pattern. Executes NotFound instead of Done if no matching partition found.


Input Ports:

Start - execution entry.
PartitionCollection (type: List) - collection of partitions to search.
Pattern (type: regex string) - pattern to search for in partition data.
RegexOptions - regex options for match operation.


Output Ports:

Done - execution exit if partition is found.
NotFound - execution exit if partition not found.
Partition (type: Partition) - First partition in PartitionCollection that matches Pattern.

Clone this wiki locally