ReplaceRegex
Last updated
Last updated
The ReplaceRegex Node allows the user to replace parts of a String using regular expressions to search for the pattern to replace.
Scope: Project, Scene, Function, Prefab.
Regular expression on Wikipedia.
Attribute | Type | Description |
---|---|---|
Input | Type | Description |
---|---|---|
Output | Type | Description |
---|---|---|
String
String
String in which some parts will be replaced, if none is given in the Input Socket.
From
String
The pattern that will be searched for and replaced using regular expressions, if none is given in the Input Socket.
To
String
String that will replace the pattern defined in From
, if none is given in the Input Socket.
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
String
String
String in which some parts will be replaced.
From
String
The pattern that will be searched for and replaced using regular expressions.
To
String
String that will replace the pattern defined in From
.
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Result
String
The resulting String after the pattern has been replaced.