(?i) means do not match case. Replace all uppercase and lowercase letters. html = html.replaceAll("(<(?i)(|)[^]*/?>)|( )|(')|(\")", ""); System.out.println(html); (<(?i)(|)[^]*/?>)|( )|(')|(\") -- matches all tags, spaces, and quotes. If you only want to replace a part, make the following changes (<(?i)(|)[^]*/?>) --Replace all tags (<(?i)(p|img)[^]*/?>) -- replace p and img tags (<(?i)a[^]*/?>) --Replace only the a tag |
<<: How to handle spaces in CSS
>>: Modify the style of HTML body in JS
Table of contents 1. Preparation before developme...
1. Mental Journey When I was writing the cockpit ...
Flash file formats: .FLV and .SWF There are two ex...
This article example shares the specific code of ...
1. Create a folder to store nginx shell scripts /...
Flash enabled designers and developers to deliver...
1. First of all, we need to distinguish between t...
Preface Recently, when I was building a project, ...
1. Download and install MySql Download MySql data...
This article shares the specific code of JavaScri...
Table of contents 1. After downloading, unzip it ...
Understand this Perhaps you have seen this in oth...
introduce A chart is a graphical representation o...
A long time ago, I summarized a blog post titled ...
Preface When we forget the MySQL database passwor...