C
Claudio Biagioli
I have to replace a full HTML block (in this case a <TR>) which must contain
specific word(s).
Example
<tr>
<td>.... HELLO ....</td>
</tr>
must be substituted by another fixed string, but all other <tr> shouldn't
change.
I'm using RegEx.Replace but cannot find the correct Regular
Expression.
Any Idea?
Thanks!
specific word(s).
Example
<tr>
<td>.... HELLO ....</td>
</tr>
must be substituted by another fixed string, but all other <tr> shouldn't
change.
I'm using RegEx.Replace but cannot find the correct Regular
Expression.
Any Idea?
Thanks!