Java过滤html标签

假设str为html富文本,则

1
str.replaceAll("\\&[a-zA-Z]{1,10};", "").replaceAll("<[^>]*>", "").replaceAll("[(/>)<]", "")

Java过滤html标签
https://blog.ctftools.com/2020/12/newpost-8/
作者
Dr3@m
发布于
2020年12月28日
许可协议