我有一个用跨度包装文本的函数
$(".ui-content").html(function (i, v)
{
return v.replace(/(CANADA)/gi, '<span class="query">$1</span>');
});
但是,当我传入术语"div"
or "span"
or "a"
which are html 时,页面当然会变得一团糟。
我可以更改什么regex
以仅删除不属于 html 代码<strong>
但确实可以使用的文本A strong person is a helpful friend