find_replace_text
Locate and substitute specific text within an InDesign document, with options for case sensitivity, whole-word matching, selection scope, or GREP patterns.
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 |