Find and Replace Dialog
The Find and Replace dialog allows you to search for and replace character
strings or regular expressions in your PL/SQL 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.
-
-
- 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.
-
-
- Finds the next match of the search string starting from your cursor position.
-
-
- Changes the most recently found string to the string specified in the Replace
with text box. If a match is not currently selected, finds the next occurrence
of the search string and replaces it.
-
-
- 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.
-
Related topic
Regular Expressions
-