find_all_char_indices
Locate every occurrence of a specific character within a text string. Returns a list of positions for precise character-level indexing and text manipulation.
Instructions
Find all indices where a character appears. Returns empty list if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| char | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |