Find in Files Regular Expression

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Not sure if this is the right place to post. I have a large amount of files
of classic asp. I need to test which ones don't have an include file. Using
find in files for patterns that exist is OK but what regular expression
would I use to do it the other way around? Regards, Chris.
 
You would use the same regular expression. If it finds a match in a file,
the result is negative.

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top