string_substring
Extract a substring from any text by specifying start index and optional end index.
Instructions
Extract a substring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to extract a substring from | |
| start | No | Starting index (inclusive) | |
| end | No | Ending index (exclusive, optional) |