Find / Replace
Finds and replaces occurrences of the given text in the input
- Input: The text in which to perform the replacement
- Output: The text with ocurrences of the search pattern replaced
Parameters
- Find: The text to search
- Search Type: Can be Case-Insensitive, Case-Sensitive, or Regular Expression. If a regular expression is used, the replacement text can contain references to match groups, e.g. $1 for the first group.
- Replace with: The replacement for occurrences of the given pattern