Search found 1 match

by Gomez
Sun Dec 13, 2009 7:47 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: How to collect text between <a....> and </a>?
Replies: 1
Views: 2723

How to collect text between <a....> and </a>?

Hello!
I have such code

<td class='text3 bold'>Some_text:</td>
<td class="text2">Text: <a ....>here,</a> there <a....>and there</a>and so on</td>

I want string "Text: here, there and there and so on"

Expressios like

<td class='text3 bold'>Some_text:</td>(.*)<td class="text2">(.*)<a ...