Replace

Estimated reading: 1 minute 1923 views

This activity is used to replace a character within a specified string by applying the regex pattern given.

Properties

INPUT

InputString:* Enter the input string to which the Regex pattern has to be applied.

Pattern:* Enter the Regex pattern to be used.

RegexOption:* Choose from the drop-down menu.

Replacement:* Enter the replacement text to be used in the input string

MISC

Display Name: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error

Version: It specifies the version of the Regex Automation feature in use.

OUTPUT

Text: Declare a variable here to view the result of the replaced string. This is not a mandatory field however declare a variable to get the result.

* Represents mandatory fields to execute the workflow.

Share this Doc

Replace

Or copy link

CONTENTS