Soppose i have a data in a file new1:
========================================
<td class="cc">
<td>5555</td>
<td>P1</td>
<td class="a"><a href="show.cgi?id=5555" title="/document/Images/my_image">/document/Images/....</a></td>
</tr>
<td class="cc">
<td>6666</a>
<td>P2</td>
<td class="a"><a href="show.cgi?id=6666" title="/doc/show_img/1112222/show">/doc/show_img/1112222...</a></td>
</tr>
==============================================================
It will take the data from title and output will look like this....
=================================================================
<td class="cc">
<td>5555</td>
<td>P1</td>
<td class="a"><a href="show.cgi?id=5555" title="/document/Images/my_image">/document/Images/....</a></td>
</tr>
/document/Images/my_image
<td class="cc">
<td>6666</a>
<td>P2</td>
<td class="a"><a href="show.cgi?id=6666" title="/doc/show_img/1112222/show">/doc/show_img/1112222...</a></td>
</tr>
doc/show_img/1112222/show
1 Replies - 452 Views - Last Post: 30 November 2012 - 05:41 AM
#1
Read the all the word after a specific word in python
Posted 29 November 2012 - 11:31 PM
Replies To: Read the all the word after a specific word in python
#2
Re: Read the all the word after a specific word in python
Posted 30 November 2012 - 05:41 AM
And your question is?
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|