-
Notifications
You must be signed in to change notification settings - Fork 2
PartitionByFirstRegexMatch
cpgames edited this page Aug 28, 2022
·
3 revisions

Partitions input partition by first regex match.
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.
Found - executes if match found.
NotFound - executes if no 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