find_and_replace
Searches for specified text and replaces it with new content in a document, returning the number of replacements made.
Instructions
Find and replace text in the current document.
Args: find_text: Text to find replace_text: Text to replace with
Returns: Number of replacements made
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find_text | Yes | ||
| replace_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |