string_replace
Replace every occurrence of a specified old substring with a new value inside a given text string, enabling direct find-and-replace operations.
Instructions
Replace all occurrences of old with new in a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new | Yes | ||
| old | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |