Replace all occurrences of a specific text fragment with another
ID
tool-text-replace-text
Name
Replace Text
Group
Text
Package
Tool
Keywords
Render
After creating a node, to the first port, connect the text to modify, connect the fragment text to replace to the second port, and the optional fragment to replace with to the third port. If the optional fragment is blank, all occurrences of fragments will be removed. On the output port, we will get the result of text replacement.
Characters
Text Join
Concatenate
Text Case
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
text | String | Text to modify | |
find | String | Fragment to replace | |
replace | String | Optional fragment to replace with |
Outputs
Name | Type | Description |
---|---|---|
result | String | Result of text replacement |