ok, For the moment I have a string() where each element is in the structure of
For this example I need to get the values
Leonard Whiting
and
Romeo
Is this doable via reg. expr?
please note that the a href="\name\nm0926013 and the a href="\character\ch0000491
are no consant values.
Which is the best way to get this data out of this string?
I'm playing with the regex for about 4hours now and I just can't get it.
Any help will be more then welcome
" class="odd"><td class="hs"><a href="http://resume.imdb.com/" onClick="(new Image()).src='/rg/title-tease/resumehead/images/b.gif?link=http://resume.imdb.com/';"><img src="http://i.media-imdb.com/images/tn15/addtiny.gif" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0926013/">Leonard Whiting</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0000491/">Romeo</a></td></tr>"
For this example I need to get the values
Leonard Whiting
and
Romeo
Is this doable via reg. expr?
please note that the a href="\name\nm0926013 and the a href="\character\ch0000491
are no consant values.
Which is the best way to get this data out of this string?
I'm playing with the regex for about 4hours now and I just can't get it.
Any help will be more then welcome