Posted on: 7/2/2014 10:17:52 AM | Views : 412

HI,
I have a string which contains the below :
<tr align="left" valign="top"> <td style="border&#58;1px solid black;" align="left" valign="top">First Name </td> <td style="border&#58;1px solid black;" align="left" valign="top">Middle Name </td> <td style="border&#58;1px solid black;" align="left" valign="top">Last Name </td> </tr><tr><td><td> </tr> How to find the first occurence of "TR", and then replace the "TD" with "TH" .
The replace should be done only for the first "TR" occurence.
Thanks

Go to the complete details ...