Php正则替换字符串

htmlStr.().().().replace().replace().replace().replace()
return htmlStr.replaceAll("<script[^>]*?>[\\s\\S]*?</script>", "").replaceAll("<style[^>]*?>[\\s\\S]*?</style>", "").replaceAll("<[^>]+>", "").replace("&nbsp;", "").replace("\n", "").replace("\t", "").replace(" ", "");


你可能感兴趣的:(Php正则替换字符串)