Skip to content

Screenshots of WinFindGrep

See WinFindGrep in action with these examples, which correspond to the scenarios detailed on our Usage page.

Example 1: Finding a Specific Function Name

This screenshot shows WinFindGrep configured to find the function CalculateTotal in *.cs files, as described in Usage Example 1.

Screenshot of WinFindGrep finding a function name

Example 2: Searching for an Error Message (Case Insensitive)

Here, WinFindGrep is set up to search for "database connection error" in *.log files, ignoring case, matching Usage Example 2.

Screenshot of WinFindGrep searching for an error message case insensitively

Example 3: Finding TODO Comments using Regular Expressions

This example demonstrates a regular expression search for "TODO:" comments across all file types, as detailed in Usage Example 3.

Screenshot of WinFindGrep using a regular expression to find TODO comments

Example 4: Searching with Extended Mode (Tab Characters)

This screenshot illustrates using WinFindGrep's extended search mode to find lines with specific tab-separated values (ProductA\tShipped) in .tsv files, corresponding to Usage Example 4.

Screenshot of WinFindGrep using extended search mode for tab-separated values