问个正则表达式的问题一大串字符串中,如果我不希望出现某个单词比如 <table> </table> 中我不希望再有 <table> 出现正则如何写啊[解决办法] <table> (?!.*? <table> .*?).*? </table>