About

rexCrawler is a complex file-searching utility built on the Microsoft .NET v3.5 Framework. It is capable of searching both file names and file contents using plain text or regular expression matching. File names can also be filtered using the familiar Wildcard format (*.doc, etc.). The output of a given search can list both filenames and lines that match the contents filter. These results can be sent to both a file (CSV or text) and a DataGridView on-screen. Copying information from the on-screen display to the Windows Clipboard is also possible. You are also able to open a matching file in its default application with a double-click.

I have programmed rexCrawler in my spare time to suit my own needs. However, I believe that others can benefit from it, and so I have decided to distribute it freely via this webpage. Please visit the Releases section to download a copy of rexCrawler.

This webpage is (perpetually) under construction. More information will be added as I have time to do so.

-haliphax, rexCrawler Author