Weird. This finds the first string in the xhtml file, but when I re-click "find" it skips to the next file, instead of finding the second string of the file, i.e. the second interval between the "excluded" strings. If I position the pointer after the excluded string it finds the right stuff, but I have to do it manually each time.
Anyway ty. What I'm thinking about is even more complicated: I got a text with lots of line-breaks, <br/>, and I want to wrap the first of each three lines into a span.
I could achieve the same goal with some <p> and nth-child css, but they're not as widely supported.
Hope this all makes sense