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

Replaces all Pattern matches found in *Source.
Start - execution entry.
Source (type: string) - input string.
Pattern (type: regex string) - regex match to search for in Source.
Replacement (type: string) - replacement string.
RegexOptions - regex options for match function.
Done - execution exit.
Result (type: string) - A copy of Source in which all matches of Pattern have been replaced by Replacement.
- 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