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

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.

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.
Expression
Select expression operators from this button.
Use 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.
Match Case
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.
Look Where
Selects the starting point for the search string or objects to search. You can control+click for multiple selections.
Find All
Finds all matches of the search string starting from your cursor position.
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.
Results
Displays all matches.
 

Regular Expressions