Replace
Description
This action component allows you to replace a match by a regular expression pattern with a specified replacement string.
Input Properties
- Text (String) – The string to be replaced.
- Replacement (String) – The replacement string.
- Pattern (String) – The pattern of the expression that you want to search for matches.
- Regex Option (RegexOptions) – A bitwise combination of the enumeration values that specify options for matching.
Output Properties
- Result (String) – A new string that is identical to the input string, except that a replacement string takes the place of each matched string.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.