-
-
Notifications
You must be signed in to change notification settings - Fork 9
component replace
Raymond Meester edited this page Mar 21, 2023
·
3 revisions
Replace text in a message body.
Path can be empty
| 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. |