Filtering Using Regular Expressions

These brief instructions presume prior familiarity with the syntax of regular expressions. For more details about using this technique with the object selection dialog, see the section Regular Expressions.

  • To enter regular expressions, click the Use Regular Expressions button to the right of the Filter by Path text box.

  • To find objects with paths that include the same text strings, use the .* metacharacter. The example below shows items that have the word Clearance, followed by the .* portion (which means any number of characters, possibly no characters), followed by a 1.

  • To find objects using an OR relationship, use the | metacharacter. The example below contains the results for interface boundaries.

  • To switch back to searching using plain text, click the Use Regular Expressions button.