I have a string as below :
...[down]<a title="Download: Click Here" href="http://www.domain.com/T60B8JK2WT/" target="_blank"><strong> blah blah (2011)(1 - 22)</strong></a> <a title="Download: Click Here" href="http://www.domain.com/5FBLQYBQTV/" target="_blank"><strong> blah blah (2011) </strong></a>[/down]...
How can I find [down][/down] tag from string & get all href attribute & text of each link in [down][/down] tag and put it in a data table, with each row of table containing title & url field?
Thanks
Your code should be like this: