kobescoresagain
02-01-2006, 11:00 PM
I have a large string stored in a variable. I want to go through it and pull out all information between two substrings which are table tags.
An example is this
<td>here</td><td>there</td>
I know I will have to loops it as I need, but I would like to pull out all information between the first tag <td> and the very next tag of </td>
Thanks
Nevermind, I found it
An example is this
<td>here</td><td>there</td>
I know I will have to loops it as I need, but I would like to pull out all information between the first tag <td> and the very next tag of </td>
Thanks
Nevermind, I found it