DOG Processing Regular Expressions in TextPad

<tr>
<td class="size12" width="30%"><a
href="../timetable/index.asp?action=show&PID=11" title="öffnet den Timetable">Aboalchamat, B.</a></td>
<td class="size12" width="70%">
<a href="index.asp?site=tag&SID=58&AID=676#676" title="zur Sitzung und Vortrag wechseln">
FR.20.10</a>,&nbsp; </td>
</tr>

---> der Link vor dem Namen muss ganz weg, hier:
<a href="../timetable/index.asp?action=show&PID=11" title="öffnet den Timetable">

---> hinter dem Namen muss das </a> weg

Enter in Replace of TextPad:

Find what: \(<a href[^>]*>\)\([^<]*\)<\/a>

Replace with: \2

Check: Regular Expression


----------

---> <a href="index.asp?site=tag&SID=58&AID=676#676" title="zur Sitzung
---> und
Vortrag wechseln">

Hier muss alles weg bis auf die AID, in dem Falle muss daraus also werden:
<a href="abstracts/676_d.html">

Enter in Replace of TextPad:

Find what: <a href="index.asp\?site=tag&SID=[0-9]+&AID=\([0-9]+\)[^>]*

Replace with: <a href="abstracts\/\1_d.html"

Check: Regular Expression