Class NumericUnescaper

java.lang.Object
org.aoju.bus.core.text.translate.CharSequenceTranslator
org.aoju.bus.core.text.escape.NumericUnescaper

public class NumericUnescaper extends CharSequenceTranslator
Translate XML numeric entities of the form &#[xX]?\d+;? to the specific codepoint.

Note that the semi-colon is optional.

Since:
Java 17+
Author:
Kimi Liu