Analyse plugin to search string in multiple files
-
Is there any way to search multiple strings in multiple files using Analyse plugin?
If we have to search multiple strings in single file then there is a direct way to find.Please let me know how can we do that.
I have 100’s of files and about 10 words.
Thanks in advance.
-
don’t have anaylse plugin installed but from the past I remember that regex searches
were possible, is this still the case?
If so, you can use alternations likeword1|word2|word3|...word10
Btw. this works for standard file search as well.
Cheers
Claudia -
@Claudia-Frank
Thanks for the information.
The regex search will work, but I want to use plugin so that i can save it in xml format and use directly whenever needed rather than typing the words every time. -
@Ds-Arjun
I’ve checked at sourceforge and
it looks like analyse plugin can’t do it at the moment.Cheers
Claudia -
@Claudia-Frank Thanks for the info. I will wait for the update in notepad++.
-
@Ds-Arjun
Your welcome - just to make sure there is no misunderstanding.
Analyse Plugin is not part of npp, MattesH, the author, of this nice plugin,
needs to implement this feature.Cheers
Claudia -
@mattesh do you have any update on this?