What would the regular expression be to find all instances of the following;
file:///F|/rah/title.txt (47 of 199) [8/27/03 11:21:39 PM]</p><p class="Griegs3">
file:///F|/rah/title.txt
Where the (47 of 199) changes to (48 of 199) etc. Bu I want to match from file:// in the first line to .txt in the second
What I have been ased to do is go through around 60 files and find all instances of the above within them. There are likely to be 1000's of instances and I just wanted to be able to open notepad++ and run a macro over all the files matching and then removing the instances.