Search found 3 matches

by alban berg
Mon Nov 10, 2008 2:50 pm
Forum: General
Topic: sorting: how to justify text over a defined column?
Replies: 4
Views: 370

Allright, that makes a difference...
Thank you for your kind help.
A.B.
by alban berg
Mon Nov 10, 2008 1:43 pm
Forum: General
Topic: sorting: how to justify text over a defined column?
Replies: 4
Views: 370

Thank you for your hint.
However, I am not sure, if I've got it right...

1. If I use the regEx as indicated by you, it is not found. If I use ^[^>]*> instead, without the (), the desired part of the string after the tag
is indeed highlighted, but
2. if I 'replace' as indicated with \1>___, the ...
by alban berg
Mon Nov 10, 2008 11:18 am
Forum: General
Topic: sorting: how to justify text over a defined column?
Replies: 4
Views: 370

sorting: how to justify text over a defined column?

Hello,

I wonder if there is a way to perform the following task:

We are handling very long lists/tables of html-Text which have the
following structure:
<a href="aaaa.html">xxxxxx</a><br>
<a href="bbb.html">yyy</a><br>
<a href="cccc_ccccccc_html">zzzzz zzzz</a><br>
...
...
Since the tags-code ...