Find (Annotated Source window)

Type a string and press the Return key to find the first occurrence of the string between the selection point and the end of the file.

To search the entire file, use the Go to line # control to go to the beginning of the file. PureCoverage informs you when it can find no more matches.

The search is case-sensitive, and recognizes the wildcards ? (a match for a single character) and * (a match for a series of zero or more characters).