Replace text
The Google Docs Replace Text AI tool allows users to efficiently replace all instances of specific text within existing Google Docs documents, streamlining document editing processes. This automation tool integrates seamlessly with Google Docs API to perform bulk text substitutions quickly and reliably.
Features
- Supports searching and selecting documents by document ID for precise editing.
- Enables replacing all matched text instances in a document with new specified text.
- Allows both static text input and dynamic references from previous automation steps.
- Provides an option for case-sensitive or case-insensitive text matching, enhancing search flexibility.
- Easily configurable through a straightforward JSON input schema compatible with automated workflows.
Benefits
- Saves time by automating repetitive find-and-replace tasks in Google Docs.
- Increases accuracy in document editing by reducing manual errors.
- Enhances productivity through seamless integration in workflow automation platforms like Pipedream.
- Offers flexibility to handle complex text replacement scenarios with case sensitivity options.
- Improves document management efficiency, especially for bulk updates across multiple documents.
Description
Replace all instances of matched text in an existing document. See the documentation
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| docIdrequired | string | Search for and select a document. You can also use a custom expression to pass a value from a previous step (e.g., |
| replacedrequired | string | The text that will be replaced |
| textrequired | string | Enter static text (e.g., |
| matchCase | boolean | Case sensitive search ( |