Replace
Replaces values with given value.
Input
- Input: It contains the text to be replaced
- Type:
System.String - Required
- Type:
- Pattern: It contains the main text
- Type:
System.String - Required
- Type:
- Replacement: It contains the new version of the text to be changed
- Type:
System.String - Required
- Type:
- Regex Options: It determines whether it matches or not based on the regex conditions. It has a multiple-choice structure.
- Type:
System.String - Required
- Type:
Output
- Result: It returns the final version of the given text
- Type:
System.String - Required
- Type: