find_text_in_document
Locate any text string across an entire InDesign document using options like case-sensitive, whole-word, or regex matching; optionally replace matches with new 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 |