find_all_substring_indices
Locate every occurrence of a substring within text, including overlapping matches, to identify all starting positions for precise text analysis.
Instructions
Find all starting indices where a substring appears (includes overlaps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| substring | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |