replaceTextInPage
Find and replace specific text within a OneNote page by providing the page ID, target text, and replacement text. Supports case-sensitive search for precise modifications.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseSensitive | No | Case-sensitive search (default: false). | |
findText | Yes | The text to find and replace. | |
pageId | Yes | The ID of the page to modify. | |
replaceText | Yes | The text to replace with. |