Skip to main content

Text: replace

Replace a text match with another text.

Example
Parameters:
- from: World
- to: France
Input:
- connector: Hello, World
Ouput: Hello, France

Parameters

fromREQUIRED

The text match you want to replace in the original text.

toREQUIRED

The text you want to replace the match with.

Input

Text
The text before the replacement.

Output

Text
The text after the replacement.