Skip to content

StringReplace

cpgames edited this page Jul 14, 2022 · 1 revision

image

Replaces all Pattern matches found in *Source.


Input Ports:

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.


Output Ports:

Done - execution exit.
Result (type: string) - A copy of Source in which all matches of Pattern have been replaced by Replacement.

Clone this wiki locally