find_text
Search a document for all occurrences of specified text, with an option to match case.
Instructions
Find all occurrences of text in the document.
Args: search_text: Text to search for case_sensitive: Whether to match case
Returns: List of occurrences or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_text | Yes | ||
| case_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |