Search string in files

  • Thread starter Thread starter ruso
  • Start date Start date
R

ruso

i want to search the strings in files in a folder how can i do with
regular expression
thanks
 
ruso,

In order to do this, you will have to read the contents of the files
into a String, and then run the RegEx parser on that. Granted, it would be
nice if you could pass a seekable Stream into it (as well as an Encoding),
but that's not there (yet).

I'm actually going to post that recommendation now to the product
feedback center.

Hope this helps.
 
If you write a program to do this be sure to post it, I would be interested!
 
yes i did the search the string in files with regex. but i have 10000
string to search in files how can i search very fast.

Thanks
 

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

Back
Top