document_replace
Replaces specified text in the document with new content. Supports regex patterns for advanced find-and-replace operations.
Instructions
Finds and replaces text in the document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regex | No | Interpret pattern as regex | |
| pattern | Yes | Search text or regex | |
| replacement | Yes | Replacement text |