component replace - assimbly/gateway GitHub Wiki
Replace text in a message body.
Path
Path can be empty
Options
| Name | Description |
|---|---|
| Regex | To match all the text that needs to be replaced. |
| Multiline flag | Find and replace text on multiple lines. |
| Ignore case flag | Find and replace text while ignoring case of text. |
| Dotall flag | Dot will match all characters including new line and other special characters. This is also known as 'Single-line' flag. |
| ReplaceWith | To replace the found text with. |
| Group | Shows up after you filled in a regex and clicked the 'Retrieve Groups & Verify Regex' button. It has a default of all. If the regex has one or more groups you can select which group you want to use to find and replace text. |