That is, I want to find lines like:
<td>
<td style=''>
but not lines like:
<td width='' class=''>
<td class=''>
Thanks.
Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.



Mofi wrote:As quick workaround for the problem is, that you could write a macro to search for <td*> and write the results to a new file and remove in a second step those lines, which contain the word class. Don't know, if this would be useful in your situation. I guess, it would not.
gllanderas wrote:I want to find all the lines that have the text '<td' and that not have 'class'. How can I do?
That is, I want to find lines like:
<td>
<td style=''>
but not lines like:
<td width='' class=''>
<td class=''>
Thanks.