Replace Using RegEx
This action allows the user to replace part of a string with another string using a Regular Expression.
Replace Using RegEx Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Input | String | Input | The property contains the input string. |
RegExFindWhat | String | Input | This property specifies the regular expression which states what is to be replaced in the Input. |
RegExReplaceOutput | String | Output | This property specifies the output string containing the Input with new replacement string. |
ReplaceWith | String | Input | This property specifies the string that will replace RegExFindWhat. |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COMMON ACTIONS