Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个接收包含 XML 数据的 File 对象的方法。文件可以超过 50 MB。是否有一种方便的方法可以从中删除控制字符和/或不可打印字符。
对于较小的文件,我将文件内容读取到 String 并使用 replaceAll("\p{Cntrl}", "")。
1)。使用 notepad++ 或 ms word 并使用 find/replace 2) 使用 bufferedStream 编写 java 程序查找并替换 stringtokens