string_replace
Replace specific text patterns within strings using search and replace parameters. This tool modifies text by substituting defined search terms with replacement values, optionally applying changes globally throughout the input.
Instructions
Replace text
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| search | Yes | ||
| replace | Yes | ||
| replace_all | No |