Find and Replace in Program Units Dialog
The Find and Replace dialog allows you to search for and replace character
strings or regular expressions in your program unit source.
- Type the string you want to find. If you want this string to be treated
as a regular expression, activate the Regular Expressions check box by clicking
it.
- Type the string to replace any matches found.
- Select expression operators from this button.
- Specifies whether the search string should be treated as a regular expression
or a string. If this check box is not checked, the content of the Search text
box is treated as a string.
- Indicates whether the search should be upper- and lower-case sensitive to
the letters in the search string. If this check box is not checked, the search
will find all matches of the search string, regardless of case.
- Selects the starting point for the search string or objects to search. You
can control+click for multiple selections.
- Finds all matches of the search string starting from your cursor position.
- Replaces all matches with the replace string (from the cursor position to
the end of the searchable area).
- Cancels the current operation and closes the dialog.
- Displays all matches.
-
Related topic
Regular Expressions