I have tried almost everything, but I just can't get this particular search
to find anything (I know it's there to find, because I can find it
manually…).

The search string I want to find looks like this, kind of:

The text "</configItem>", sometimes followed by a space but not necessary.
Then a paragraph break, then zero or more spaces and then the text
"</layout>".

Here's an example, I don't know if all spaces etc makes it through all the
email systems on the way, though:

      <languageList><iso639Id>swe</iso639Id></languageList>
    *</configItem>
  </layout>
*  <layout>

Those bold characters is supposed to be found in this case.

I checked the Regular expression check box, of course. One of the things
that I tried was the following:

</configItem>[:space:]*$[:space:]*</layout>

It seems like whenever I put something after the $, it won't find anything.
So obviously that's not hte way to go, but what is?

J.R.

Reply via email to