split_at_indices
Split text at specified character positions. Automatically sorts and removes duplicate indices to ensure precise segmentation for position-based text operations.
Instructions
Split text at exact index positions. Indices auto-sorted and deduplicated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| indices | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |