update base_news set content=replace(content,REGEXP ']+>示例','示例') where contentid='888';
应该不行REGEXP只能返回true,false不能返回匹配的值,replace只支持字符不支持正则的