The Find and Replace dialog box enables you to search for and replace character strings or regular expressions in the program unit source that is currently displayed in the Program Unit or Stored Program Unit editor.
This dialog box contains:
Find What |
Is the string you want to find. If you want this string to be treated as a regular expression, select the Regular Expression check box. |
Replace With |
Is the string that you want to replace matches of the search string. |
Regular Expression |
Specifies whether the search string should be treated as a regular expression. If this check box is not selected, then Reports Builder will search for exactly what you specified in Find What. |
Case Sensitive |
Sepcifies whether the search should be upper- and lower-case sensitive to the letters in the search string. If this check box is not selected, the search will find all matches of the search string, regardless of case. |
Search |
Finds the next match of the search string starting from your cursor position. |
Replace |
Changes the most recently found string to the string specified in Replace With. If the cursor is not on a match, Replace finds the next occurrence of the search string and replaces it. |
Replace All |
Replaces all matches with the replace string (from the cursor position to the end of the searchable area). |
Copyright © 1984, 2005, Oracle. All rights reserved.