I have a string a="<tr>i'm working in C#<tr/> abcdefghjiklmnopqr ii oo yy uu hh gg rr"
, and b="<td>Finish</td></tr>"
. I need string a
as
a="<tr>i'm working in C#<tr/> <td>Finish</td></tr> abcdefghjiklmnopqr ii oo yy uu hh gg rr".
How do we append string in string like above? I asked a same question earlier which was wrong.
Here will have to find for first ">" charcter and append b in a.
Please help.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…