Regex replace
Replace matches of a regex in a text with a replacement text.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | Specify the text | Text | true | |
Regex | Specify the regex | Text | true | |
Replacement | Specify the replacement | Text | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable to store the result of this text manipulation in. | STRING | RESULT |