Searching and replacing text in modules

In a formal module, you can search for all the objects that contain specified text. You can use regular expressions in the search.

Procedure

  1. In the module window, click Edit > Replace.
  2. In the Find what box, type the text you want to search for, and in the Replace with box, type the text you want to replace it with. The search text can contain regular expressions.
  3. To change the default options, click Advanced.
  4. Use the Find Next and Find Previous buttons to step through the module.
  5. Click Replace to replace the current selection, click Replace in Object to replace every occurrence of the text in the current object, or click Replace All to replace every occurrence of the text in the module.
  6. When you have finished searching and replacing, click Close.
Related concepts:
Finding data in a Rational DOORS database
Regular expressions for searching and filtering modules
Related tasks:
Searching the database
Going to a particular object in a formal module
Defining filters
Defining sorts

Feedback