Replace Text

Usage

This action is used to replace parts of text in a whole text.

Fields

1.Text - The text in which you would like to replace a specific pattern.

2.Pattern - REGEX Pattern to detect in the text.

3.Replacement Text - The text that you want to replace with the pattern.

4.Case Insensitive Toggle - This field shows if the operation should be case insensitive.

5.REGEX Toggle - Shows if the operation should be done using REGEX.

Demonstration on how to use it in a flow

1.Drag and drop Replace Text action into the flow.

2.The Name section is pre-filled by the action name but you can configure this section according to your preference.

3.Click the gear icon to open its settings.

4.Enter the text.

5.Enter the REGEX pattern.

6.Enter the text that should be replaced with the pattern.

7.specify whether the operation is case sensitive or not.

8.Specify whether REGEX should be used or not.