find_replace_text
Find and replace text in InDesign documents, supporting case-sensitive, whole-word, and regex matches across document, story, or selection.
Instructions
Find and replace text in the document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | document | |
| useGrep | No | Use GREP (regular expressions) | |
| findText | Yes | Text to find | |
| wholeWord | No | Whole word only | |
| replaceText | Yes | Replacement text | |
| caseSensitive | No | Case sensitive search |