A script-enabled browser is required for this page to function properly.

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.

Find What

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.
 
Replace With
 
Type the string to replace any matches found.
 
Regular Expression
 
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.
 
Case Sensitive
 
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.
 
Find Next
 
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 the Replace with text box. If a match is not currently selected, 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).
 
Close
 
Cancels the current operation and closes the dialog.
 

Regular Expressions