Find All Occurrences
rlm_find_allFinds every occurrence of a substring and provides the character offset of each match.
Instructions
Find all occurrences of a substring (faster than regex for simple searches).
Returns character offsets of all matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| substring | Yes | Substring to find | |
| context_id | No | Context identifier | main |
| session_id | No | Session ID | |
| case_sensitive | No | Case-sensitive search |