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

Checks if a partition matching regex pattern exists in collection.
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.
True - executes if at least one partition in PartitionCollection matches specified Pattern.
False - executes if no partitions in PartitionCollection matches specified 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