public final class HtmlUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LINE_SEPARATOR
Default line separator.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getPlainText(String html)
Returns plain text extracted from the specified HTML.
|
static String |
getPlainText(String html,
String lineSeparator)
Returns plain text extracted from the specified HTML.
|
@NotNull public static final String DEFAULT_LINE_SEPARATOR
Copyright © 2020. All rights reserved.