insert_at_index
Insert text at a specific character position in a string without replacing existing content. Supports positive and negative indices for precise string manipulation.
Instructions
Insert text at index position without replacing. Supports negative indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| index | Yes | ||
| insertion | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |