Tex-Edit, get wild text, even one letter.
Tex-Edit, get wild text, even one letter.
- Subject: Tex-Edit, get wild text, even one letter.
- From: Gnarlodious <email@hidden>
- Date: Sat, 06 Oct 2001 08:47:51 -0600
I have various lines:
<td class="xs">05<br>H</td>
<td class="xp">07<br>He</td></tr>
I am using "r>^*<" to specify text to select, I want to select only the
characters between but not including characters "><"
This will not process one character, even if I insert a space to make two:
tell window 1 of application "Tex-Edit Plus"
repeat with i from 1 to (count lines)
if line i starts with "<td" then
search line i looking for "r>^*<"
select characters 3 thru -1 of selection
set color of selection to "#990099"
end if
end repeat
end tell
How to?
Rachel
http://www.gnarlodious.com