string_replace
Replace occurrences of a substring within text. Specify search string and replacement, with an option to replace all occurrences.
Instructions
Replace text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to perform replacements on | |
| search | Yes | The string to search for | |
| replace | Yes | The string to replace with | |
| replace_all | No | Whether to replace all occurrences |