正则表达式检查html是否有图片

//有图片返回true
 var imgHave = (new RegExp("img", "ig")).test(editor.getHtml());

你可能感兴趣的:(正则表达式,js,正则表达式,javascript)