<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Notepad++ will even do replacements using regex. You can use the regex
to find the desired string and pick out the parts you need to keep and
replace the other parts as required.<br>
<br>
/Lars<br>
<br>
Jerry Heiselman wrote:
<blockquote
 cite="mid:45a88bbd0911040723t1ddac9a9g9f669687196e466d@mail.gmail.com"
 type="cite">Notepad++ should be able to handle this.&nbsp; It supports
regex searching.&nbsp; Once the phrase is found, it will highlight the whole
match.&nbsp; Copying the match would be up to you though.<br>
  <br>
  <div class="gmail_quote">On Wed, Nov 4, 2009 at 9:18 AM, Rob Miller <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:rob@dotcomservices.com">rob@dotcomservices.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>I'm looking for a code/text editor for Windows.&nbsp; I need to
search a group of *.jsp files in several folders for a particular
expression</div>
    <div>&nbsp;</div>
    <div>&nbsp;&lt;div id="helpContextID"&gt;</div>
    <div>&nbsp;</div>
    <div>The ultimate tool would be able to highlight and copy the
entire expression</div>
    <div>&nbsp;</div>
    <div>
    <div>&nbsp;&lt;div id="helpContextID"&gt;help_foo_foo_foo.htm&lt;/div&gt;</div>
    <div>&nbsp;</div>
    <div>The *.htm file name is different in each *.jsp file.</div>
    <div>&nbsp;</div>
    </div>
  </blockquote>
  </div>
</blockquote>
<br>
</body>
</html>