提前感谢所有建议(包括不同的策略)。
答案 0 :(得分:1)
你在找这样的东西吗?
当前输入:
<b><i>some text and tag
is hare</i></b>
<table>
<tr>
<td>
it is a row
</td>
</tr>
</table>
<p>some text else is here</p>
预期输出:
<b><i>some text and tag
is hare</i></b>
<p>some text else is here</p>
如果是,请尝试:
/<table>[\s\S]+<\/table>/