Restricting a Source Browsing Query | Fixing a Failed Source Browsing Query |
Pattern Search and Source Browsing |
Although you can enter a pattern exactly as it appears in your source code, you can also use special characters (wildcard characters) to specify a pattern. The following are some of the special characters you can use in Pattern Search Mode in the Browsing Window Pattern text box:
Period (.) | Matches any character. |
Asterisk (*) | Matches zero or more occurrences of the preceding character. |
Caret (^) | Constrains the search to match the beginning of a line. |
Dollar sign ($) | Constrains the search to match the end of a line. |
Backslash left angle bracket (\<) | Matches the start of a word. |
Backslash right angle bracket (\>) | Matches the end of a word. |
Examples of what to type in the Pattern text box:
Although you can type a name or function exactly as it appears in your source code, you can also use special characters (wildcard characters) to specify a set of character strings. Use the following special characters in Source Browsing Mode in the Browsing Window Match text box:
Period (.) | Matches any character. |
Asterisk (*) | Matches zero or more occurrences of the preceding character. |
Examples of what to type in the Match text box: