Hi,
I'm quite new to .NET,
I have a directory with sub folders with hundreds of TXT, PDF and HTM files,
my current task is to extract all numbers builded in this way 000000-000 (I figure out that reg ex for it will be: ^([0-9]{6}[\s\-]{1}[0-9]{3})$ ), I found few ready to use search tools, <a href="http://www.powergrep.com/index.html">one</a> of them was working just fine unfortunately it didn't index PDF files.
My question is: are there any other search tools worth to try, or shoud I use win forms to build one myself
Best Regards
Kooba

Search through PDF, TXT and HTM files .. regex
Stevezilla2000