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

Partitions input partition by all regex matches.
Note: this is non-recursive partitioning.
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.
Done - executes if match found.
Loop - executes for each match found.
Match (type: Partition) - partitioned regex match.
- 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