find_text_in_document
Search for text across the entire document with options for case-sensitive, whole word, and regex matching, and optionally replace found text.
Instructions
Find text across the entire document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| useRegex | No | Use regular expressions | |
| wholeWord | No | Whole word search | |
| searchText | Yes | Text to search for | |
| replaceText | No | Text to replace with (optional) | |
| caseSensitive | No | Case sensitive search |