find_in_document
Locate text in a Word document using pattern or regex, with options for whole word and case sensitivity. Returns verified anchors for targeted editing.
Instructions
Find text in a Word document by (connectionId, documentId). Returns content-verified anchors (paragraphId + expected + occurrence) usable as plan targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regex | Yes | ||
| pattern | Yes | ||
| wholeWord | Yes | ||
| documentId | Yes | ||
| connectionId | Yes | ||
| caseSensitive | Yes |