Package org.aoju.bus.core.text.escape
package org.aoju.bus.core.text.escape
提供各种转义和反转义实现
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassDescriptionHTML/XML/JSON等 ESCAPE信息Translates codepoints to their Unicode escaped value suitable for Java source.Translates codepoints to their XML numeric entity escaped value.Translate XML numeric entities of the form &#[xX]?NumericUnescaper option enum.Translate escaped octal Strings back to their octal values.Translates codepoints to their Unicode escaped value.Translates escaped Unicode values of the form \\u+\d\d\d\d back to Unicode.Helper subclass to CharSequenceTranslator to remove unpaired surrogates.