replace_range
Replace specific character ranges in text by providing exact start and end positions with new content for precise string manipulation.
Instructions
Replace characters in range [start, end) with new text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| start | Yes | ||
| end | Yes | ||
| replacement | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |