public class DecodeUtil extends Object
| Constructor and Description |
|---|
DecodeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
fromPlainTextHTML(String text)
Converts an HTML plain text into a plain text one.
|
public static String fromPlainTextHTML(String text)
This method assumes there is no elements in the text, just escaped characters. The methods supported NCRs as well as HTML CERs.
text - the HTML string to convert.Copyright © 2022. All rights reserved.