WinFindr is a great tool for finding files in Windows. It supports many types of search, including regex search.
Regex search is a type of search where you can use regular expressions to search for files. Regular expressions are a way to describe a pattern of characters. If you have very specific file searching requirements, regex search can be a powerful option for you.
WinFindr supports so called Perl-compatible regular expressions. Here is a quick overview of the most common regex operators:
| Pattern | Meaning | Example Match |
|---|---|---|
| abc | Matches exact "abc" | abc |
| a.c | . matches any single character | a-c, abc, a9c |
| ^abc | Starts with "abc" | abcdef |
| abc$ | Ends with "abc" | 123abc |
| [abc] | Matches any of a, b, or c | a, b, c |
| [^abc] | Any char except a, b, c | d, x, 1 |
| [a-z] | Any lowercase letter | q, m |
| [0-9] | Any digit | 5 |
| \d | Digit (same as [0-9]) | 7 |
| \w | Word character (letters, digits, _) | A, z, 8, _ |
| \s | Whitespace | space, tab |
| a+ | One or more a's | a, aa, aaaa |
| a* | Zero or more a's | , a, aaa |
| a? | Zero or one a | , a |
| a{3} | Exactly 3 a's | aaa |
| a{2,4} | 2 to 4 a's | aa, aaa, aaaa |
| (ab)+ | Group "ab" one or more times | ab, abab |
| ab|cd | Matches "ab" or "cd" | ab, cd |
To find files by regex in Windows with WinFindr, you need to follow these steps:
- Open WinFindr. Download it now if you haven’t already.
- Enter one or more regexsearch terms, one per line. For example, “^[A-Z]$”.
- Control-Click on the “Files” checkbox to only search for files. (Optional step)
- Click on the “Start” button to start the search.
- WinFindr will now search for all files using the regex search terms you entered.
This is how the the search would look like:
Download WinFindr
What are you waiting for? Download WinFindr now. It won’t fluff your pillows, but you can have a nap knowing you’ll be able to find your files.