-
Notifications
You must be signed in to change notification settings - Fork 2
FindFirstPartitionInCollection
cpgames edited this page Jul 12, 2022
·
1 revision

Finds first partition matching regex Pattern. Executes NotFound instead of Done if no matching partition found.
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.
Done - execution exit if partition is found.
NotFound - execution exit if partition not found.
Partition (type: Partition) - First partition in PartitionCollection that matches Pattern.
- AppendToCollection
- ClearCollection
- ForEach
- GetCollectionSize
- GetElement
- GetFirstElement
- GetLastElement
- EnumerateDocumentsInProject
- EnumerateDocumentsInSolution
- EnumerateProjects
- GetCurrentDocument
- GetCurrentProject
- GetDocumentName
- GetDocumentPartition
- GetProjectName
- FindFirstPartitionInCollection
- GetLeadingSpacing
- GetNextPartition
- GetPartitionData
- GetPreviousPartition
- GetPureName
- InsertAfter
- InsertBefore
- PartitionByClass
- PartitionByFirstRegexMatch
- PartitionByFunctionCall
- PartitionByFunction
- PartitionByIfElse
- PartitionByParameters
- PartitionByRegexMatch
- PartitionByReturn
- PartitionByVariable
- PartitionIsValid
- RasterizePartition
- RegexMatchPresentInPartitionCollection
- RegexMatchPresentInPartition
- RemovePartition
- SetPartitionData
- SwapPartitions