find_text_in_document
Search for text in an InDesign document with optional replace. Supports case sensitivity, whole word, and regex for precise find operations.
Instructions
Find text across the entire document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchText | Yes | Text to search for | |
| replaceText | No | Text to replace with (optional) | |
| caseSensitive | No | Case sensitive search | |
| wholeWord | No | Whole word search | |
| useRegex | No | Use regular expressions |