find_text_in_document
Search for text across an entire InDesign document. Optionally replace found text using case-sensitive, whole-word, or regex options.
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 |