String Replace
Replaces occurrences of a substring within a string based on selected criteria.
Inputs#
| Port | Description |
|---|---|
| The string to perform the replacement on | |
| Type | |
| The substring or regex pattern to replace | |
| The string to replace the target with |
Outputs#
| Port | Description |
|---|---|
| Output string after replacement |
ID: string-replace@v1